mcp-server-toolkit
A comprehensive toolkit for developing, testing, and deploying Model Context Protocol (MCP) servers
Documentation
MCP Server Toolkit
A comprehensive toolkit for developing, testing, and deploying Model Context Protocol (MCP) servers.
๐ Overview
This repository provides a structured environment for creating production-ready MCP servers with built-in testing frameworks, templates, and documentation.
๐ Directory Structure
mcp-server-toolkit/
โโโ servers/ # Production-ready MCP servers
โ โโโ applescript/ # AppleScript execution server
โโโ testing/ # Centralized testing framework
โ โโโ framework/ # Core test utilities
โ โโโ suites/ # Test suites per server
โ โโโ results/ # Test results (gitignored)
โโโ development/ # Active development/prototypes
โโโ templates/ # Boilerplate for new servers
โ โโโ node-mcp-template/ # Node.js server template
โ โโโ python-mcp-template/ # Python server template
โโโ docs/ # Documentation
โ โโโ guides/ # How-to guides
โ โโโ api/ # API documentation
โโโ tools/ # Development utilities
โโโ _archive/ # Archived/deprecated items๐๏ธ Available Servers
AppleScript MCP Server
Execute AppleScript commands through the MCP protocol. Enables interaction with macOS applications and system features.
- Location: `servers/applescript/`
- Languages: Node.js & Python implementations
- Documentation: `docs/guides/applescript-permissions-guide.md`
๐งช Testing
Run tests for all servers:
cd testing/framework
node test-runner.jsRun tests for a specific server:
cd testing/suites/applescript
./permissions-check.sh๐ Creating a New MCP Server
1. Choose a template from `templates/`
2. Copy to `development/` for initial work
3. Follow the template README for setup
4. Move to `servers/` when production-ready
๐ง Global Configuration
Add to your `~/.claude/claude_config.json`:
{
"mcpServers": {
"applescript": {
"command": "node",
"args": ["/path/to/mcp-server-toolkit/servers/applescript/server.js"]
}
}
}๐ Documentation
๐ค Contributing
1. Develop new servers in `development/`
2. Write comprehensive tests in `testing/suites/`
3. Document in `docs/`
4. Submit PR when ready for `servers/`
๐ License
Individual servers may have their own licenses. See each server's directory for details.
Frequently asked questions
What is mcp-server-toolkit?
mcp-server-toolkit is A comprehensive toolkit for developing, testing, and deploying Model Context Protocol (MCP) servers
How do I install mcp-server-toolkit?
Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.
Is mcp-server-toolkit open source?
Yes โ it is hosted on GitHub at https://github.com/james-techyon/mcp-server-toolkit.
Related MCP tools
๐ฅ Official Firecrawl MCP Server - Adds powerful web scraping and search to Cursor, Claude and any other LLM clients.
Use any LLMs (Large Language Models) for Deep Research. Support SSE API and MCP server.
Enhanced MCP server for interactive user feedback and command execution in AI-assisted development, featuring dual interface support (Web UI and Desktop Application) with intelligent environment detection and cross-platform compatibility.
A powerful Zotero AI and MCP plugin with ChatGPT, Gemini 3.7, Claude Fable 5, Claude Opus 5, DeepSeek V4, Grok, OpenRouter, Kimi k3, GLM 5.3, SiliconFlow, GPT-oss, Gemma 4, Qwen 3.8
Connect your browser to AI models. Just use Dia on Chrome, Arc or Firefox.
ๆ้ข MCP Server ๅฏไปฅ่ฎฉ AI ่ชๅจๅฐ Markdown ๆ็ซ ๆ็ๅๅๅธ่ณๅพฎไฟกๅ ฌไผๅทใ
Run your own MCP server? See who uses it and what to fix.
Measure it with TrackMCP