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
Figma MCP Server
Connects to the Figma API, allowing AI tools to access and interact with your Figma designs.
Typst MCP Server
Provides Typst documentation to MCP clients like Claude Code.
QA Sphere
Integration with QA Sphere test management system, enabling LLMs to discover, summarize, and interact with test cases directly from AI-powered IDEs
Authless Remote MCP Server
An authentication-free, remote MCP server designed for deployment on Cloudflare Workers.
Rug-Check-MCP
Detects potential risks in Solana meme tokens to help avoid rug pulls and unsafe projects.
Codex MCP Wrapper
An MCP server that wraps the OpenAI Codex CLI, exposing its functionality through the MCP API.
Multichain MCP Server
A toolkit for building and deploying AI agents with blockchain capabilities, featuring a Model Context Protocol (MCP) server.
Juniper Junos MCP Server
An MCP server for interacting with Juniper Junos network devices using LLMs.
Togello MCP Server
An MCP server for managing application context using the Togello API.
MCP Server Starter Template
A starter template for building Model Context Protocol (MCP) servers, designed for UI libraries and component registries.