Linear MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LINEAR_API_KEY | No | Your Linear personal API key for authentication | |
| LINEAR_CLIENT_ID | No | Your OAuth application client ID (alternative authentication method) | |
| LINEAR_REDIRECT_URI | No | OAuth redirect URI for callback | http://localhost:3000/callback |
| LINEAR_CLIENT_SECRET | No | Your OAuth application client secret (alternative authentication method) |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| linear_authC | Initialize OAuth flow with Linear |
| linear_auth_callbackC | Handle OAuth callback |
| linear_create_issueC | Create a new issue in Linear |
| linear_create_project_with_issuesB | Create a new project with associated issues. Note: Project requires teamIds (array) not teamId (single value). |
| linear_bulk_update_issuesC | Update multiple issues at once |
| linear_search_issuesC | Search for issues with filtering and pagination |
| linear_get_teamsB | Get all teams with their states and labels |
| linear_get_userB | Get current user information |
| linear_delete_issueC | Delete an issue |
| linear_delete_issuesC | Delete multiple issues |
| linear_get_projectC | Get project information |
| linear_search_projectsC | Search for projects by name |
| linear_create_issuesC | Create multiple issues at once |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
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/timottowitz/linear-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server