MagicPod
A server for integrating with MagicPod, an AI-powered test automation platform.
magicpod-mcp-server
An MCP (Model Context Protocol) server that integrates your AI agents with MagicPod
Getting Started
Cursor, Claude, and many other AI-powered coding tools support MCP servers. You can refer to their official documents on how to configure MCP servers. For example, if you use Claude Desktop, what you have to do to integrate with MagicPod is only to add the following lines in your claude_desktop_config.json.
MacOS / Linux
{
"mcpServers": {
"magicpod-mcp-server": {
"command": "npx",
"args": ["-y", "magicpod-mcp-server", "--api-token=YOUR-API-TOKEN"]
}
}
}
Windows
{
"mcpServers": {
"magicpod-mcp-server": {
"command": "cmd",
"args": ["/c", "npx", "-y", "magicpod-mcp-server", "--api-token=YOUR-API-TOKEN"]
}
}
}
Make sure that you replace YOUR-API-TOKEN with your actual MagicPod API token. You can retrieve it on the integrations screen.
Development
Build
npm run build
Configuration
관련 서버
Alpha Vantage MCP Server
스폰서Access financial market data: realtime & historical stock, ETF, options, forex, crypto, commodities, fundamentals, technical indicators, & more
Fetter MCP
Get the most-recent Python package without vulnerabilities, and more.
DocGen MCP Server
Automated documentation generator from source files on Google Drive and GitHub.
FreeCAD MCP
A server to interact with FreeCAD models using the Model Context Protocol (MCP).
Windsor
Windsor MCP enables your LLM to query, explore, and analyze your full-stack business data integrated into Windsor.ai with zero SQL writing or custom scripting.
LaunchDarkly
Manage LaunchDarkly feature flags from your AI coding agent
Trading Simulator
An MCP server for interacting with the Trading Simulator API to simulate trading activities.
Structurize-MCP
Generates structured CSV files from natural language descriptions using Google Gemini AI.
IDA MCP Server
A Model Context Protocol server for the IDA Pro disassembler.
Kitsune MCP
Shape-shifting MCP hub — shapeshift() into 10,000+ servers at runtime. One entry point, no restarts, 7 registries.
EChart Server
A Go service that dynamically generates ECharts chart pages from JSON configurations.