Learn how to use Klavis to connect your AI application to Motion MCP Server
Follow the instructions below to integrate Motion MCP server to your AI application using our API or SDK.
Use the following endpoint to create a new remote Motion MCP server instance:
To use the Motion MCP Server, you need to configure it with your Motion API key.
Tools Information
Tool Name | Description |
---|---|
motion_get_workspaces | Get all workspaces in the Motion account |
motion_get_users | Get all users, optionally filtered by workspace |
motion_get_my_user | Get current user information |
motion_get_tasks | Get tasks, optionally filtered by workspace |
motion_get_task | Get a specific task by its ID |
motion_create_task | Create a new task in Motion |
motion_update_task | Update an existing task in Motion |
motion_delete_task | Delete a task from Motion |
motion_search_tasks | Search for tasks by name or description |
motion_get_projects | Get projects, optionally filtered by workspace |
motion_get_project | Get a specific project by its ID |
motion_create_project | Create a new project in Motion |
motion_get_comments | Get comments for a specific task |
motion_create_comment | Create a comment on a task |