Skip to content
← Community packages

List Linear issues through the official Linear MCP server.

Browse files

License
MIT
Published
August 23, 2026
Pinned commit
7243d66
Rating
No ratings yet
Forks
0
Stars
0
Adaptation effort

README

@kody/linear-mcp

Intent

Wrap the official Linear MCP server (kody.mcp["linear"]) so onboarding is add-server-and-authorize. This package is the MCP helper. The existing OAuth/API package @kody/linear stays separate.

This listing is meant to be forked. After you fork, connect your Linear workspace. Do not treat the live @kody/linear-mcp connection as yours.

Share this listing as https://kody.codes/@kody/linear-mcp

Required setup

Add the official Linear MCP server, then authorize it.

await kody.mcp_server_add({
  name: 'linear',
  url: 'https://mcp.linear.app/mcp',
})

Open the returned authUrl. Helpers then call kody.mcp["linear"]. The MCP server name stays linear. The -mcp suffix is only the Kody package identity.

Do not register an OAuth app for the one-click path. For OAuth or API-key helpers, use @kody/linear.

Exports

  • kody:@kody/linear-mcp — package overview and MCP setup
  • kody:@kody/linear-mcp/smoke-test — verify MCP (or report setup)
  • kody:@kody/linear-mcp/list-issues

Example

import listIssues from 'kody:@kody/linear-mcp/list-issues'

export default async function main() {
  return listIssues()
}
Report this listing

Log in to report this listing.