MCP Server for Cursor
Description
# MCP Server for Cursor A Model Context Protocol (MCP) server implementation for Cursor IDE integration, providing a modern web dashboard and tools through SSE (Server-Sent Events) and WebSocket connections. ## Features - Real-time connection monitoring with WebSocket support -…
About
# MCP Server for Cursor A Model Context Protocol (MCP) server implementation for Cursor IDE integration, providing a modern web dashboard and tools through SSE (Server-Sent Events) and WebSocket connections. ## Features - Real-time connection monitoring with WebSocket support - Modern web dashboard for server…
Details
- Author
- AntDX316
- Downloads
- 145
- Categories
- Developer Tools
Jump to
- 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
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
MCP Server for CursorCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
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).
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"mcp server for cursor": {
"mcp-server-antdx316": {
"command": "python",
"args": [
"mcp_server.py"
]
}
}
}
}
McpServers
{
"mcp-server-antdx316": {
"command": "python",
"args": [
"mcp_server.py"
]
}
}
MCP Server for Cursor
A Model Context Protocol (MCP) server implementation for Cursor IDE integration, providing a modern web dashboard and tools through SSE (Server-Sent Events) and WebSocket connections.
Features
- 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
- Extensible architecture for adding new tools
- Connection history visualization
- Client management interface
- Service configuration UI
- Customizable server settings
Prerequisites
- Python 3.8 or higher
- Node.js 18 or higher
- npm (Node.js package manager)
- pip (Python package manager)
- Cursor IDE
Installation
1. Clone the repository:
git clone <repository-url>
cd MCP-Server
2. Install dependencies:
```bash
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.





