MCP ServersMCP Servers
HomeRemote ServersClientsClaude Skills
Submit
AdvertiseSubmit
  1. Home
  2. Servers
  3. Test MCP Server

Test MCP Server

A sample MCP server implemented in Node.js for development and testing purposes.

GitHub

Config MCP client:

# claude_desktop_config.json
{
  "mcpServers": {
    "Sona": {
      "command": "node",
      "args": ["ABSOLUTE_PATH/test-mcp-server/build/index.js"]
    }
  }
}

Apply code changes:

npm run build

Related Servers

  • Guardian MCP

    Engineering discipline and persistent memory for AI coding assistants

  • Bifrost

    Exposes VSCode's development tools and language features to AI tools through an MCP server.

  • Model Context Protocol servers

    A collection of reference implementations for the Model Context Protocol (MCP), showcasing servers built with TypeScript and Python SDKs.

  • FreeCAD

    Integrate with FreeCAD, a free and open-source parametric 3D modeler, via a Python bridge.

  • MCP Proxy Server

    Aggregates multiple MCP resource servers into a single interface with stdio/sse support.

  • PyAutoGUI Server

    An MCP server for PyAutoGUI that enables automated GUI testing and control, including mouse and keyboard actions, screenshots, and screen information.

  • Remote MCP Server (Authless)

    An example of a remote MCP server deployable on Cloudflare Workers without authentication.

  • Shell Executor

    Execute shell commands safely on a remote server.

  • MCP TypeScript Implementation

    A TypeScript implementation of the Model Context Protocol for the Personal Intelligence Framework.

  • MCP-Slicer

    Integrates 3D Slicer with model clients via MCP, allowing natural language control for medical image processing and scene manipulation.

Newest MCP ServersOfficial MCP ServersMCP ClientsRemote MCP Servers
📧 contact@mcpservers.org