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: Motion MCP Server
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.
Latest Blog Posts
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