Model Context Protocol (MCP) server framework for Arcade.dev
Project description
Arcade MCP Server
Arcade MCP (Model Context Protocol) Server enables AI assistants and development tools to interact with your Arcade tools through a standardized protocol. Build, deploy, and integrate MCP servers seamlessly across different AI platforms.
Quick Links
- Quickstart Guide - Get up and running in minutes
- Walkthrough - Learn by example
- API Reference - MCPApp API documentation
Features
- 🚀 FastAPI-like Interface - Simple, intuitive API with
MCPApp - 🔧 Tool Discovery - Automatic discovery of tools in your project
- 🔌 Multiple Transports - Support for stdio and HTTP/SSE
- 🤖 Multi-Client Support - Works with Claude, Cursor, and more
- 📦 Package Integration - Load installed Arcade packages
- 🔐 Built-in Security - Environment-based configuration and secrets
- 🔄 Hot Reload - Development mode with automatic reloading
- 📊 Production Ready - Deploy with Docker, systemd, PM2, or cloud platforms
Getting Started
Installation
pip install arcade-mcp-server
Create Your First Server
from arcade_mcp_server import MCPApp
from typing import Annotated
app = MCPApp(name="my-tools", version="1.0.0")
@app.tool
def greet(name: Annotated[str, "Name to greet"]) -> str:
"""Greet someone by name."""
return f"Hello, {name}!"
if __name__ == "__main__":
app.run()
Run Your Server
# For development
python my_tools.py
# For Claude Desktop
python -m arcade_mcp_server stdio
# For HTTP clients
python -m arcade_mcp_server --host 0.0.0.0 --port 8080
Community
Analytics & Privacy
Arcade MCP Server collects anonymous usage data to help us improve the service and debug issues. We track "MCP server start" events to understand server usage patterns and reliability.
What We Track
When the server starts, we collect the following information:
- Server configuration: transport type (
httporstdio), host, port - Server metadata: tool count, server version
- Runtime environment: Python version, OS type and release
- Timing: device timestamp
- Errors: error messages (if startup fails)
Privacy
- For anonymous users: Events are tracked with an anonymous ID and no user profile is created
- For authenticated users: Events are linked to your account to help us provide better support
- No sensitive data (credentials, tool inputs/outputs, or personal information) is ever collected
Opt Out
To disable usage tracking, set the environment variable ARCADE_USAGE_TRACKING to 0.
License
Arcade MCP Server is open source software licensed under the MIT license.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file arcade_mcp_server-1.8.0.tar.gz.
File metadata
- Download URL: arcade_mcp_server-1.8.0.tar.gz
- Upload date:
- Size: 65.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1dae4d47baa57af9c2d5a53137956da64f9cf0844de69112318223d0f79a268f
|
|
| MD5 |
280a6c2c6f20935ace11d5cc58db81b2
|
|
| BLAKE2b-256 |
c388ad602ff965be5e6b645edafb5c60e3cd901c2fbf2d53d84ceb6d24d8c509
|
Provenance
The following attestation bundles were made for arcade_mcp_server-1.8.0.tar.gz:
Publisher:
release-on-version-change.yml on ArcadeAI/arcade-mcp
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
arcade_mcp_server-1.8.0.tar.gz -
Subject digest:
1dae4d47baa57af9c2d5a53137956da64f9cf0844de69112318223d0f79a268f - Sigstore transparency entry: 710592980
- Sigstore integration time:
-
Permalink:
ArcadeAI/arcade-mcp@5602578b2faeaa88e7d2646735edd5d3e13d5bae -
Branch / Tag:
refs/heads/main - Owner: https://github.com/ArcadeAI
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release-on-version-change.yml@5602578b2faeaa88e7d2646735edd5d3e13d5bae -
Trigger Event:
push
-
Statement type:
File details
Details for the file arcade_mcp_server-1.8.0-py3-none-any.whl.
File metadata
- Download URL: arcade_mcp_server-1.8.0-py3-none-any.whl
- Upload date:
- Size: 77.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8afa697097048f2a290fa5b393649c14c4175971224ff292dd885f0f1968297f
|
|
| MD5 |
0abb63888a4f950b52f9c580fecca037
|
|
| BLAKE2b-256 |
1e910715e77d0e089ef66cbdf28ec142ee2eff0648012dc887550ea23ecf6bd8
|
Provenance
The following attestation bundles were made for arcade_mcp_server-1.8.0-py3-none-any.whl:
Publisher:
release-on-version-change.yml on ArcadeAI/arcade-mcp
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
arcade_mcp_server-1.8.0-py3-none-any.whl -
Subject digest:
8afa697097048f2a290fa5b393649c14c4175971224ff292dd885f0f1968297f - Sigstore transparency entry: 710593055
- Sigstore integration time:
-
Permalink:
ArcadeAI/arcade-mcp@5602578b2faeaa88e7d2646735edd5d3e13d5bae -
Branch / Tag:
refs/heads/main - Owner: https://github.com/ArcadeAI
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release-on-version-change.yml@5602578b2faeaa88e7d2646735edd5d3e13d5bae -
Trigger Event:
push
-
Statement type: