Motion MCP Server
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., "@Motion MCP ServerCreate a task to prepare slides for Monday's meeting"
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.
Motion MCP Server
Connects Claude.ai to your Motion workspace via the Motion REST API.
Tools included
Tool | Description |
| List all workspaces |
| List tasks (filter by workspace, project, assignee, status, label) |
| Get a single task by ID |
| Create a new task |
| Update an existing task |
| Delete a task |
| Move task to another workspace/project |
| List projects in a workspace |
| Get a project by ID |
| Create a new project |
| List workspace members |
| Get current user profile |
| Get task statuses for a workspace |
| Get schedules |
| Get comments on a task |
| Add a comment to a task |
| List recurring tasks |
Related MCP server: Todoist Meeting MCP
Local setup
# 1. Install dependencies
npm install
# 2. Set your Motion API key
export MOTION_API_KEY=your_api_key_here
# 3. Start the server
npm startTest it:
curl http://localhost:3000/
# → {"status":"ok","name":"motion-mcp","version":"1.0.0"}Deploy to Railway (free tier)
Push this folder to a GitHub repo
Go to railway.app → New Project → Deploy from GitHub Repo
Select your repo
In Railway dashboard → Variables → Add:
MOTION_API_KEY = your_api_key_hereRailway will give you a public URL like
https://motion-mcp-production.up.railway.app
Deploy to Render (free tier)
Push this folder to a GitHub repo
Go to render.com → New → Web Service
Connect your repo
Set:
Build command:
npm installStart command:
npm startEnvironment variable:
MOTION_API_KEY = your_api_key_here
Render will give you a public URL like
https://motion-mcp.onrender.com
Add to Claude.ai
Once hosted:
Go to claude.ai/customize/connectors
Click + → Add custom connector
Enter your public URL +
/mcp
e.g.https://motion-mcp-production.up.railway.app/mcpClick Add
Enable it per conversation via the + button → Connectors
Environment variables
Variable | Required | Description |
| ✅ Yes | Your Motion API key (from Motion Settings) |
| No | Port to run on (default: 3000) |
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
- Alicense-qualityDmaintenanceConnects AI assistants to Motion for comprehensive task and project management, including creating/updating tasks, managing projects, handling workspaces, comments, and recurring tasks with smart rate limiting.Last updated2MIT
- AlicenseAqualityCmaintenanceConnects Claude to Todoist for transforming meeting notes into actionable tasks with inferred due dates and priorities. It enables full task lifecycle management, including creating subtasks, listing projects, and completing tasks through natural language.Last updated7MIT
- FlicenseAqualityCmaintenanceConnects Zoho Projects with Claude AI to manage projects, tasks, time tracking, and comments through natural language conversations.Last updated113
- AlicenseBqualityDmaintenanceConnects your Amazing Marvin productivity system with AI assistants like Claude for intelligent task management, enabling personalized productivity advice and seamless task operations.Last updated28MIT
Related MCP Connectors
Connect Claude to Fathom meeting recordings, transcripts, and summaries
Persistent context for Claude. Your AI always knows your projects and next actions across sessions.
WHOOP recovery, strain, sleep and workouts in Claude via official WHOOP OAuth. Free, open source.
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/jonesbanana/motion-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server