MCP-server
An implementation of the Model Context Protocol (MCP).
Added on 3/28/2025
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
Similar Resources
Developer Tools