MCP-server

MCP-server

3.1

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