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
相关服务器
Scout Monitoring MCP
赞助Put performance and error data directly in the hands of your AI assistant.
Alpha Vantage MCP Server
赞助Access financial market data: realtime & historical stock, ETF, options, forex, crypto, commodities, fundamentals, technical indicators, & more
Artificial Analysis
An unofficial MCP server for the Artificial Analysis API
Typst MCP Server
Provides Typst documentation to MCP clients like Claude Code.
Muster
A universal control plane for managing MCP servers and providing intelligent tool discovery for AI agents.
UnrealMCP Plugin
An unofficial MCP server plugin for remote control of Unreal Engine using AI tools.
MCP Image Extractor
Extracts images from files, URLs, or base64 strings and converts them to base64 for LLM analysis.
Allyson
AI-powered SVG animation generator that transforms static files into animated SVG components using the Allyson platform
YepCode
Execute any LLM-generated code in the YepCode secure and scalable sandbox environment and create your own MCP tools using JavaScript or Python, with full support for NPM and PyPI packages
Databutton
An MCP server for initial app planning and creating a good starting point for an app.
Profile MCP Server
An example MCP server deployable on Cloudflare Workers without authentication.
Remote MCP Server on Cloudflare
A template for deploying a remote MCP server on Cloudflare Workers, customizable by defining tools in the source code.