MCP All-in-One Server
Provides a tool to send text prompts to configured n8n workflows and return the responses.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@MCP All-in-One ServerRead the support playbook and summarize the refund policy"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
MCP All-in-One Server
This is a versatile MCP server that demonstrates multiple capabilities of the Model Context Protocol (MCP). It provides tools for calculation, external integrations (webhooks), resources for context, and prompt templates.
Capabilities
🧮 Tools
Functions that the AI can execute:
Calculator: Basic arithmetic operations (
add,subtract,multiply,divide).Webhook Integration:
send_to_webhook- Sends a text prompt to a configured n8n workflow and returns the response.
📚 Resources
Contextual data the AI can read:
support://playbook: A full Customer Support Playbook containing company overview, tone rules, product details, and standard operating procedures.
📝 Prompts
Templates to structure AI interactions:
webinar_to_blog: A structured prompt template to convert webinar transcripts into engaging blog posts.
Related MCP server: Servidor MCP Universal
Prerequisites
Python 3.10+
uv: A fast Python package installer and resolver.
Windows:
powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"macOS/Linux:
curl -LsSf https://astral.sh/uv/install.sh | sh
Node.js & npm (optional, for the MCP Inspector)
Setup
Open your terminal in this directory (
calculator_server).Initialize the project (if you haven't already):
uv initAdd the required dependencies:
uv add "mcp[cli]" httpx
Running the Server
You can run the server directly using uv:
uv run server.pyNote: This will use stdio for communication, so it will expect input from stdin and won't show much output in the console unless connected to an MCP client.
Testing with MCP Inspector
To test the server using the MCP Inspector (a web-based tool to interact with your server):
npx @modelcontextprotocol/inspector uv run server.pyThis will launch the inspector in your browser. You can:
Tools: Test the calculator and webhook tools.
Resources: View the content of
support://playbook.Prompts: Execute the
webinar_to_blogtemplate.
Integration with Claude Desktop
To use this server with Claude for Desktop:
Open your Claude Desktop configuration file:
Windows:
%APPDATA%\Claude\claude_desktop_config.jsonmacOS:
~/Library/Application Support/Claude/claude_desktop_config.json
Add the server configuration. You can copy the content from
claude_desktop_config.jsonin this directory:{ "mcpServers": { "calculator": { "command": "uv", "args": [ "--directory", "C:\\Users\\Your_Name\\Desktop\\mcps\\calculator_server", "run", "server.py" ] } } }Important: Make sure the path in
--directorymatches the actual absolute path to yourcalculator_serverfolder.Restart Claude for Desktop.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseAqualityDmaintenanceA versatile MCP server providing tools for arithmetic operations, n8n webhook integration, and access to a customer support playbook resource. It also includes specialized prompt templates for converting webinar transcripts into engaging blog posts.52
- Flicense-quality-maintenanceA production-grade MCP server that centralizes AI integrations for Appwrite, Supabase, and MySQL databases. It also enables triggering n8n workflows via webhooks and performing generic REST API calls with built-in retry logic.
- AlicenseBqualityDmaintenanceA comprehensive MCP server that provides full control over n8n automation workflows through natural language. It offers 43 tools for managing workflows, executions, credentials, and data tables, with safety features like write-mode protection and double-validated workflow creation.431MIT
- Flicense-qualityDmaintenanceEnables deployment of MCP servers over HTTP, providing ready-to-use tools for text processing, math calculations, and social media content generation, accessible to AI assistants like GitHub Copilot and Claude.
Related MCP Connectors
Security-first WordPress MCP server. 129 tools for Claude, ChatGPT, Gemini. Free on wp.org.
Markdown-first MCP server for Notion API with 8 composite tools and 39 actions.
MCP server for AI agent profiles and smart notes. 60+ coding prompt packs with expert personas.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/mrzvuz/agentic-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server