MCP-server

An implementation of the Model Context Protocol (MCP).

Visit Server
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