Test MCP Server

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

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