Skip to content
Back to search
30
MCP

@mseep/linear-mcp-server

npm/@mseep/linear-mcp-server

A Model Context Protocol server for the Linear API.

Uptime
0.0%
120 probes
Response
0ms
last probe
Tools
0
callable
Primary URL

Similar MCP servers embedding-nearest

@mseep/linear-mcp
A Linear MCP server for interacting with Linear's API
0 tools
@mseep/mcp-server-and-client
A Model Context Protocol (MCP) server for managing user data with support for resources, tools, and prompts.
0 tools
@mseep/pg-mcp-server
A Model Context Protocol server for PostgreSQL databases
0 tools
@mseep/lorem-ipsum-mcp
Model Context Protocol (MCP) Server
0 tools
@mseep/mmx-mcp-server
A unified Model Context Protocol server for MiniMax CLI (mmx)
0 tools
linear-mcp-server
A server that integrates Linear's project management system with the Model Context Protocol (MCP) to allow LLMs to interact with Linear.
0 tools

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "@mseep/linear-mcp-server": {
      "url": "None",
      "transport": "http"
    }
  }
}