Servers
MCP Linear
@tacticlaunch
MCP server that enables AI assistants to interact with Linear project management system through natural language, allowing users to retrieve, create, and update issues, projects, and teams.
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"linear": {
"command": "npx",
"args": [
"-y",
"@tacticlaunch/mcp-linear"
],
"env": {
"LINEAR_API_KEY": "<YOUR_TOKEN>"
}
}
}
}