MCP 서버 프로젝트
Overview
The MCP Server Project is an implementation example of the Machine Control Protocol (MCP) for communication between Cursor IDE and Agents, provided in both Python and TypeScript.
To use the MCP Server, navigate to the respective language folder (Python or TypeScript), install the necessary dependencies, and run the server using the provided commands.
- Supports JSON-RPC 2.0 protocol - Various transport methods (SSE, WebSocket, stdio) - Sample tools, resources, and prompts implementation - Docker containerization support - Simple addition tool and dynamic greeting resource in TypeScript version
- Facilitating communication between Cursor IDE and various tools.
- Implementing custom tools and resources for enhanced functionality.
- Running servers in different programming environments (Python and TypeScript).
Add to your AI client
Use these steps to connect MCP 서버 프로젝트 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-servers-dchkang83": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-servers-dchkang83"
]
}
}
}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-servers-dchkang83": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-servers-dchkang83"
]
}
}
}Claude Code
Add this to your project's .mcp.json file. Claude Code will detect it automatically.
.mcp.json (project root)
{
"mcpServers": {
"mcp-servers-dchkang83": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-servers-dchkang83"
]
}
}
}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-servers-dchkang83": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-servers-dchkang83"
]
}
}
}Windsurf
Add this to your Windsurf MCP config file, then restart Windsurf.
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"mcp-servers-dchkang83": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-servers-dchkang83"
]
}
}
}Cline
Open Cline settings, navigate to MCP Servers, and add this server configuration.
Cline MCP Settings (via UI)
{
"mcpServers": {
"mcp-servers-dchkang83": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-servers-dchkang83"
]
}
}
}FAQ
What is MCP?
MCP stands for Machine Control Protocol, which is based on JSON-RPC 2.0 and enables communication between Cursor IDE and Agents.
How do I run the Python server?
Navigate to the Python directory, install the requirements, and execute the server script.
How do I run the TypeScript server?
Navigate to the TypeScript directory, install the npm packages, and start the server.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":2705,"uuid":"40e7aa27-b748-4cb0-94ec-24626f908ede","name":"mcp-servers","title":"MCP 서버 프로젝트","description":"","avatar_url":"https://avatars.githubusercontent.com/u/22164966?v=4","created_at":"2025-03-13T09:45:31.447Z","updated_at":"2025-03-13T09:50:41.378Z","status":"created","author_name":"dchkang83","author_avatar_url":"https://avatars.githubusercontent.com/u/22164966?v=4","tags":"mcp-servers,machine-control-protocol,cursor-ide","category":"developer-tools","is_featured":false,"sort":1,"url":"https://github.com/dchkang83/mcp-servers","target":"_self","content":"$29","summary":"$2a","img_url":null,"type":null,"metadata":"{\"star\":\"0\",\"license\":\"\",\"language\":\"TypeScript\",\"is_official\":false,\"latest_commit_time\":\"2025-03-09 14:10:07\"}","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"}]]}]