MCP server exposing 5 tools for linear.
This URL is a JSON-RPC 2.0 endpoint over HTTP. Issue POST requests with a JSON-RPC body. Browsers and search crawlers land here on GET.
POST https://gateway.pipeworx.io/linear/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
linear_list_issues — Browse issues in your Linear workspace with optional filters by state, priority, or assignee. Returns issue ID, title, state, priority, assignee, and URL.linear_get_issue — Get full details of a Linear issue by ID (e.g., "ABC-123"). Returns title, description, state, priority, assignee, labels, comments, and URL.linear_create_issue — Create a new issue in Linear with title and optional description. Returns issue ID, key, title, and URL.linear_list_teams — List all teams in your Linear workspace. Returns team ID, name, key, and description.linear_search — Search Linear issues by keyword or text. Returns matching issues with ID, title, state, priority, and URL.Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/linear/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io