Linear MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LINEAR_API_KEY | Yes | Your Linear API key (create at https://linear.app/settings/account/security) |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| linear_create_issueB | Create a new Linear issue. |
| linear_update_issueB | Update an existing Linear issue. |
| linear_search_issuesB | Search issues with flexible filtering. |
| linear_get_user_issuesB | Get issues assigned to a user. |
| linear_add_commentB | Add a comment to an issue. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| default | Get the default prompt for the Linear MCP server. |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| get_organization | Get the Linear organization. Returns: Organization details |
| get_viewer | Get the authenticated user (viewer). Returns: User details |
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/vinayak-mehta/linear-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server