Provides read-only access to issues within the Linear project management tool.
This is a simple MCP (Model Context Protocol) server that provides read-only access to Linear issues. It allows language models to fetch Linear issues and their associated data using a Linear API token.
The server provides two tools:
linear_get_issue
: Fetches basic details about a Linear issue by URL or identifierlinear_get_issue_with_comments
: Fetches complete information about a Linear issue including all commentsNo installation is needed if you use npx. Just make sure you have Node.js and npm installed.
You can obtain a Linear API token in two ways:
API Key (simplest): Generate an API key in your Linear API settings
OAuth Token: For more advanced use cases or user-specific access
To use this MCP server with Claude for Desktop:
Make sure you have your Linear API token ready
Add the server to your Claude for Desktop configuration at:
~/Library/Application Support/Claude/claude_desktop_config.json
~/.config/Claude/claude_desktop_config.json
%AppData%\Claude\claude_desktop_config.json
Example configuration:
{
"mcpServers": {
"linear-issues": {
"command": "npx",
"args": ["-y", "@keegancsmith/linear-issues-mcp-server"],
"env": {
"LINEAR_API_TOKEN": "your_linear_api_token_here"
}
}
}
}
Once the server is set up, you can use it in Claude to interact with Linear issues:
Can you get me the details for issue ENG-123?
Claude will use the linear_get_issue
tool with your issue ID, accessing the token from environment variables.
What are all the comments on the issue at https://linear.app/company/issue/ENG-123/issue-title?
Claude can use linear_get_issue_with_comments
to fetch the full issue details including comments.
MIT
Manage notes and files in an Obsidian vault. Requires the Obsidian Local REST API plugin.
Interact with the HubSpot CRM API to manage contacts, companies, and deals.
Dynamically search and call tools using UnifAI Network
Create Anki flashcards using natural language by connecting to the AnkiConnect add-on.
Schedule meetings in Microsoft Outlook using the Microsoft Graph API.
A server for migrating subscription businesses from RevenueCat to Adapty, requiring a RevenueCat API key.
Talk with your Apple Notes
Access and manage Apple Notes on macOS via AppleScript.
Monitor team productivity, usage, and spending for AI assistants using the Cursor Admin API.
A multi-agent mesh network designed for completing AI tasks in parallel.