MCP Server for Cursor
@AntDX316
About MCP Server for Cursor
No overview available yet
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mcp-server-antdx316": {
"command": "python",
"args": [
"mcp_server.py"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is MCP Server for Cursor?
The MCP Server for Cursor is a Model Context Protocol (MCP) server implementation designed for integration with Cursor IDE. It provides a modern web dashboard and tools through SSE (Server‑Sent Events) and WebSocket connections, enabling real‑time monitoring, file management, and service configuration.
How to use MCP Server for Cursor?
Install prerequisites (Python 3.8+, Node.js 18+, npm, pip, Cursor IDE). Clone the repository and run npm run install-all to install both backend and frontend dependencies. For development, start the servers with npm run dev. For production, build the frontend with npm run build then run python mcp_server.py. The backend runs on port 8765 and the frontend on port 3000 (or next available).
Key features of MCP Server for Cursor
- Real‑time connection monitoring with WebSocket support
- Modern web dashboard for server management
- SSE‑based communication with Cursor IDE
- Built‑in test tool for verifying connectivity
- Google Drive integration for file management
- Connection history visualization and client management
Use cases of MCP Server for Cursor
- Monitor active client connections and view real‑time connection history.
- Manage service configurations (e.g., Google Drive) through the web dashboard.
- Test server connectivity and tools using the built‑in test client.
- Integrate Cursor IDE with external services like Google Drive for file operations.
- Debug connection issues using logs, terminal output, and browser DevTools.
FAQ from MCP Server for Cursor
What are the system requirements?
Python 3.8 or higher, Node.js 18 or higher, npm, pip, and Cursor IDE are required.
How do I test the server after installation?
Run python test_client.py in the project root. It connects to SSE and WebSocket endpoints, sends pings, tests available tools, and monitors connection status.
What endpoints does the server expose?
HTTP endpoints include /api/status, /api/connections/history, /api/clients, /api/services/{service_id}, and /api/settings. WebSocket endpoint is /ws/{client_id}. SSE endpoint is /sse. Tool endpoints are /invoke/test and /invoke/google_drive.
How do I configure Google Drive integration?
Copy services_config.template.json to services_config.json, then add your Google Cloud OAuth 2.0 client ID and secret (from a project with the Google Drive API enabled).
Are there any security considerations?
In development, the server accepts all origins (CORS *). WebSocket connections use client IDs for basic identification. Service credentials are stored in services_config.json; use environment variables for sensitive data in production.
Frequently asked questions
What are the system requirements?
Python 3.8 or higher, Node.js 18 or higher, npm, pip, and Cursor IDE are required.
How do I test the server after installation?
Run `python test_client.py` in the project root. It connects to SSE and WebSocket endpoints, sends pings, tests available tools, and monitors connection status.
What endpoints does the server expose?
HTTP endpoints include `/api/status`, `/api/connections/history`, `/api/clients`, `/api/services/{service_id}`, and `/api/settings`. WebSocket endpoint is `/ws/{client_id}`. SSE endpoint is `/sse`. Tool endpoints are `/invoke/test` and `/invoke/google_drive`.
How do I configure Google Drive integration?
Copy `services_config.template.json` to `services_config.json`, then add your Google Cloud OAuth 2.0 client ID and secret (from a project with the Google Drive API enabled).
Are there any security considerations?
In development, the server accepts all origins (CORS `*`). WebSocket connections use client IDs for basic identification. Service credentials are stored in `services_config.json`; use environment variables for sensitive data in production.
Basic information
More Developer Tools MCP servers
MCP Server By TestMu AI
TestMu AITestMu AI MCP Server lets developers run, debug, and triage tests through natural language directly from their IDE (Cursor, Claude, GitHub Copilot, and other MCP clients). It exposes five tools — HyperExecute (test orche

discoverGPT
Joe MonastierodiscoverGPT is visualAI's unified MCP gateway for AI commerce, exposing 29 tools across four capabilities on one canonical product catalog: trimodal search (natural-language, precise-color, and image-similarity), AI cata

endoflife.ai
endoflife.aiFree MCP server for software end-of-life intelligence: EOL dates, support status, and the 0-100 EOL Risk Score across 480+ tracked products. Agents can check a single version, pull a product's full lifecycle schedule, or
LocalCan
LocalCanGives AI agents public URLs (tunnels) for localhost, live HTTP traffic inspection, snapshot publishing, and access control. Part of LocalCan, the ngrok alternative for Mac, Windows and Linux. Free plan.

Foremerge
naw103Catch intent conflicts before code conflicts. The open-source coordination protocol for coding agents, built above Git.
Comments