MCP Server
by xinyi-hou
MCP Server is an implementation of the Model Context Protocol. It allows you to run an MCP-compatible server.
View on GitHub
Last updated: N/A
MCP Server
An implementation of the Model Context Protocol (MCP).
Getting Started
Installation
npm install
Running the server
npm start
Configuration
To use this server with Claude Desktop, add the following to your configuration:
{
"mcpServers": {
"myserver": {
"command": "npm",
"args": ["start"]
}
}
}
License
MIT