MCP Server Toolkit
About
A comprehensive toolkit for developing, testing, and deploying Model Context Protocol (MCP) servers.
Details
- Author
- james-techyon
- Categories
- Developer Tools, Infrastructure
Jump to
Setup
Install MCP Server Toolkit in your MCP client (Claude Desktop, Cursor, Windsurf, and others).
Repository: https://github.com/james-techyon/mcp-server-toolkit
Follow the installation instructions in the repository README, then restart your MCP client.
A comprehensive toolkit for developing, testing, and deploying Model Context Protocol (MCP) servers.
A comprehensive toolkit for developing, testing, and deploying Model Context Protocol (MCP) servers.
This repository provides a structured environment for creating production-ready MCP servers with built-in testing frameworks, templates, and documentation.
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
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
cd testing/framework node test-runner.js
cd testing/suites/applescript ./permissions-check.sh
- Choose a template fromtemplates/
- Copy todevelopment/for initial work
- Follow the template README for setup
- Move toservers/when production-ready
Add to your~/.claude/claude_config.json:
{ "mcpServers": { "applescript": { "command": "node", "args": ["/path/to/mcp-server-toolkit/servers/applescript/server.js"] } } }
- AppleScript Permissions Guide
- MCP Setup Guide
- Develop new servers indevelopment/
- Write comprehensive tests intesting/suites/
- Document indocs/
- Submit PR when ready forservers/
Individual servers may have their own licenses. See each server's directory for details.
This is a web browser that enables your coding agent, such as Claude Code, to visit websites on your behalf and assist you in identifying bugs or creating UI test cases.
The Shipyard CLI provides an MCP server for agents to manage Shipyard environments directly: by pulling logs, comparing branches, running tests, and stopping/starting environments..
MCP server for safe AI agent runtime upgrades — version-aware regression catalog, pre/post snapshot diffing, rollback guides. v1.2 added provider-fingerprint detection for silent provider-side regressions.
The Octopus MCP Server provides your AI assistant with powerful tools that allow it to inspect, query, and diagnose problems within your Octopus instance, transforming it into your ultimate DevOps wingmate.
The Railway MCP Server enables natural language interaction with your Railway projects and infrastructure. Ask your IDE or AI assistant to create projects, deploy templates, manage environments, pull variables, redeploy services, and more.
MCP server for managing Unleash feature flags and automate best practices.
Integrates with AWS CodePipeline to manage continuous integration and delivery pipelines.
Open-source CLI for testing MCP servers and detecting schema drift
Manage apps, builds, and artifacts on Bitrise, a Continuous Integration and Delivery (CI/CD) platform.
Check if a command is runnable before running it.
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.





