xinyi-hou/MCP-server
3.1
If you are the rightful owner of MCP-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
An implementation of the Model Context Protocol (MCP) designed to facilitate communication between models and applications.
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