The Awesome Cursor MCP server provides AI agents with tools to manipulate code directly in Cursor. It exposes functions to read, write, and refactor code, and connects to Cursor's editor API. Developers use it to automate code reviews, generate tests, and refactor code within their IDE.
The Awesome Cursor MCP server provides AI agents with tools to manipulate code directly in Cursor. It exposes functions to read, write, and refactor code, and connects to Cursor's editor API. Developers use it to automate code reviews, generate tests, and refactor code within their IDE.
npx -y mcp-serverAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"kleneway-awesome-cursor-mpc-server-github": {
"command": "npx",
"args": [
"-y",
"npx -y mcp-server"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from awesome cursor mpc server?"
API Key Required
This server requires an API key from awesome cursor mpc server. Add it to your environment or config.
| Variable | Required | Description |
|---|---|---|
| AWESOME_CURSOR_MPC_SERVER_API_KEY | Yes | Your awesome cursor mpc server API key |
"What resources are available in awesome cursor mpc server?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in awesome cursor mpc server"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in awesome cursor mpc server with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.