Mcp Server

mcp-server

mcp server

0 downloads
v0.0.9

Capabilities

tools

Installation

Quick Install

Install using the MCPSearch CLI (recommended)

mcp install mcp-server

Don't have the CLI? Install it first

Run with npx

Run directly without installing

npx -y mcp-server

Manual Configuration

Add to your MCP client configuration file

CClaude Code / Claude Desktop

Add to ~/.claude/claude_desktop_config.json

{
  "mcpServers": {
    "mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-server"
      ]
    }
  }
}

CuCursor

Add to ~/.cursor/mcp.json

{
  "mcp": {
    "servers": {
      "mcp-server": {
        "command": "npx",
        "args": [
          "-y",
          "mcp-server"
        ]
      }
    }
  }
}

VSVS Code / Continue.dev

Add to .vscode/mcp.json or Continue settings

{
  "mcpServers": {
    "mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-server"
      ]
    }
  }
}

About

# mcp-server [![npm version](https://img.shields.io/npm/v/mcp-server.svg)](https://www.npmjs.com/package/mcp-server) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) A simple JSON-RPC 2.0 server implementing the Model-Client-Protocol (MCP). This server provides basic echo functionality and follows the JSON-RPC 2.0 specification. ## Features - JSON-RPC 2.0 compliant - CORS enabled - Built-in echo tool - Simple initialization protocol ## Quick Start ```bash npx mcp-server ``` Will run the server on port 4333 ## Installation ```bash npm install mcp-server ```

Reviews

No reviews yet. Be the first to review this package!

Compatible With

Claude CodeCursorWindsurfContinue.dev

Details

Version
0.0.9
License
MIT
Category
other
MCP Version
1.0
Published
2/3/2025
Updated
2/4/2025

Tags