MCP 서버 프로젝트
@dchkang83
About MCP 서버 프로젝트
No overview available yet
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mcp-servers-dchkang83": {
"command": "python",
"args": [
"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 서버 프로젝트?
MCP 서버 프로젝트 is a repository containing MCP (Machine Control Protocol) server implementation examples for communication between Cursor IDE and Agent. It provides two sub-projects: a Python server using FastMCP and a TypeScript server.
How to use MCP 서버 프로젝트?
Clone the repository, then for the Python server: cd mcp-python-250309, pip install -r requirements.txt, python server.py. For the TypeScript server: cd mcp-typescript-250309, npm install, npm start.
Key features of MCP 서버 프로젝트
- JSON‑RPC 2.0 protocol support
- Multiple transport methods: SSE, WebSocket, stdio
- Sample tools, resources, and prompts implemented
- Docker containerization support (Python server)
- Simple
addtool and dynamicgreetingresource (TypeScript) - Express server for SSE connections (TypeScript)
Use cases of MCP 서버 프로젝트
- Building an MCP server for Cursor IDE integration
- Implementing tools, resources, and prompts for an agent
- Testing and learning the MCP protocol
- Containerizing an MCP server with Docker (Python)
- Creating a lightweight MCP server with TypeScript and Express
FAQ from MCP 서버 프로젝트
What is MCP (Machine Control Protocol)?
MCP is a protocol based on JSON‑RPC 2.0 used for communication between Cursor IDE and an Agent. It allows the Agent to provide tools, resources, and prompts.
How do I run the Python server?
Use the commands: cd mcp-python-250309, pip install -r requirements.txt, then python server.py.
How do I run the TypeScript server?
Use the commands: cd mcp-typescript-250309, npm install, then npm start.
What transports are supported?
The Python server supports SSE, WebSocket, and stdio. The TypeScript server uses SSE via an Express server.
What are the dependencies?
Python server requires Python and packages listed in requirements.txt. TypeScript server requires Node.js and npm packages specified in its package.json.
Frequently asked questions
What is MCP (Machine Control Protocol)?
MCP is a protocol based on JSON‑RPC 2.0 used for communication between Cursor IDE and an Agent. It allows the Agent to provide tools, resources, and prompts.
How do I run the Python server?
Use the commands: `cd mcp-python-250309`, `pip install -r requirements.txt`, then `python server.py`.
How do I run the TypeScript server?
Use the commands: `cd mcp-typescript-250309`, `npm install`, then `npm start`.
What transports are supported?
The Python server supports SSE, WebSocket, and stdio. The TypeScript server uses SSE via an Express server.
What are the dependencies?
Python server requires Python and packages listed in `requirements.txt`. TypeScript server requires Node.js and npm packages specified in its `package.json`.
Basic information
More Other MCP servers

DeepMark
DeepMark helps teachers deliver rapid, consistent marking with meaningful feedback for every student — in a fraction of the time. What once took a week, now takes one free period.
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
ghidraMCP
LaurieWiredMCP Server for Ghidra
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Comments