Skip to main content

Model Context Protocol (MCP) server framework for Arcade.dev

Project description

Arcade MCP Server

Arcade Logo

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

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

License

Arcade MCP Server is open source software licensed under the MIT license.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

arcade_mcp_server-1.0.0.tar.gz (88.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

arcade_mcp_server-1.0.0-py3-none-any.whl (69.8 kB view details)

Uploaded Python 3

File details

Details for the file arcade_mcp_server-1.0.0.tar.gz.

File metadata

  • Download URL: arcade_mcp_server-1.0.0.tar.gz
  • Upload date:
  • Size: 88.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for arcade_mcp_server-1.0.0.tar.gz
Algorithm Hash digest
SHA256 795a9ec953a18871139a5f09ff36eb60342e4e1721086ebaed6295a56d221ad6
MD5 18e54d691aea20619fe23b7c576ca157
BLAKE2b-256 f5212c3bcad000602505747d9315c482f673913a357286335455ff7b81c2b6eb

See more details on using hashes here.

Provenance

The following attestation bundles were made for arcade_mcp_server-1.0.0.tar.gz:

Publisher: release-on-version-change.yml on ArcadeAI/arcade-ai

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file arcade_mcp_server-1.0.0-py3-none-any.whl.

File metadata

File hashes

Hashes for arcade_mcp_server-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 f644af59027df26630a2810493f0709f21a0ea5270910e271403338a54f703a7
MD5 627d110ddd5e69a1a4a4cc90e3aba3d5
BLAKE2b-256 1e82ba1a71b8ac5aa90b42288164fe2d8867cf8b93db557a7b7c969ed47e269d

See more details on using hashes here.

Provenance

The following attestation bundles were made for arcade_mcp_server-1.0.0-py3-none-any.whl:

Publisher: release-on-version-change.yml on ArcadeAI/arcade-ai

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page