MCP (Message Control Program) Servers
MCP (Message Control Program) Servers Collection
Overview
MCP (Message Control Program) is a collection of servers designed to provide interfaces to various services and APIs, specifically tailored for use with Cursor IDE.
To use MCP, set up symbolic links to the desired servers in your Cursor IDE configuration directory, allowing you to manage services like GitHub and Gmail seamlessly.
- GitHub Server: Manages repositories, handles SSH key authentication, and supports repository operations. - Gmail Server: Interfaces with the Gmail API for reading and sending emails, utilizing OAuth 2.0 for secure authentication. - Each server maintains its own virtual environment and dependencies for isolated development.
- Automating GitHub repository management tasks.
- Sending and reading emails programmatically through Gmail.
- Integrating multiple APIs into a single development environment.
Add to your AI client
Use these steps to connect MCP (Message Control Program) Servers in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.
Cursor
Add this to your .cursor/mcp.json file in your project root, then restart Cursor.
.cursor/mcp.json
{
"mcpServers": {
"mcp-pocketkk": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-pocketkk"
]
}
}
}Claude Desktop
Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.
~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"mcp-pocketkk": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-pocketkk"
]
}
}
}Claude Code
Add this to your project's .mcp.json file. Claude Code will detect it automatically.
.mcp.json (project root)
{
"mcpServers": {
"mcp-pocketkk": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-pocketkk"
]
}
}
}VS Code (Copilot)
Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.
.vscode/mcp.json
{
"servers": {
"mcp-pocketkk": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-pocketkk"
]
}
}
}Windsurf
Add this to your Windsurf MCP config file, then restart Windsurf.
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"mcp-pocketkk": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-pocketkk"
]
}
}
}Cline
Open Cline settings, navigate to MCP Servers, and add this server configuration.
Cline MCP Settings (via UI)
{
"mcpServers": {
"mcp-pocketkk": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-pocketkk"
]
}
}
}FAQ
What programming language is used for MCP?
MCP is developed in Python, following best practices outlined in the project documentation.
How do I contribute to MCP?
To contribute, create a new server directory, follow the project structure, and update the README with your server details.
Is there a license for MCP?
Yes, MCP is licensed under the MIT License, allowing for free use and modification.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":3533,"uuid":"1ba82744-8f52-4ab6-a1cc-1a74420bcc1d","name":"mcp","title":"MCP (Message Control Program) Servers","description":"MCP (Message Control Program) Servers Collection","avatar_url":"https://avatars.githubusercontent.com/u/2099053?v=4","created_at":"2025-03-20T02:42:08.706Z","updated_at":"2025-03-20T02:48:30.836Z","status":"created","author_name":"pocketkk","author_avatar_url":"https://avatars.githubusercontent.com/u/2099053?v=4","tags":"mcp,message-control,servers","category":"developer-tools","is_featured":false,"sort":1,"url":"https://github.com/pocketkk/mcp","target":"_self","content":"$29","summary":"$2a","img_url":null,"type":null,"metadata":"{\"star\":\"0\",\"license\":\"\",\"language\":null,\"is_official\":false,\"latest_commit_time\":\"2025-03-19 17:45:32\"}","user_uuid":null,"tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]