The MCP server is designed to facilitate communication and operations within the Cursor environment. It allows for seamless integration and execution of tasks.
Before you can use the MCP server, ensure you have the following installed:
- Python (version 3.7 or higher)
- MCP CLI
- Clone the repository to your local machine.
- Navigate to the project directory:
cd /path/to/mcp-servers-playground - Install the necessary Python packages:
pip install -r requirements.txt
To start the MCP server, use the following command:
mcp run C:\Users\user\projectOnce the server is running, you can interact with it through the MCP CLI or any compatible client. Ensure that your client is configured to communicate with the server.
Place this to you cursor mcp.json config:
{
"mcpServers": {
"greetings": {
"command": "mcp run",
"args": [
"C:\Users\user\project"
]
}
}
}