Automate workflows and connect AI agents to Linear. Metorial is built for developers. Handling OAuth, compliance, observability, and more.
The Linear integration lets you create, update, and search issues directly from your workspace, enabling seamless project management and task tracking without leaving your development environment.
Metorial has 600+ integrations available. Here are some related ones you might find interesting.
The Hackernews integration lets you search and retrieve stories, comments, and user data from Hackernews directly within your workflow, enabling you to analyze trends, monitor discussions, and gather insights from the tech community.
The Exa integration lets you search the web using neural search capabilities and retrieve high-quality, AI-ready content directly within your MCP-enabled applications.
The Slack integration lets you read messages, send messages to channels and users, and manage your workspace directly from your AI assistant. Use it to stay connected with your team, search conversation history, and automate routine Slack tasks without leaving your workflow.
The Google Calendar integration lets you view, create, and manage calendar events directly from your workflow, enabling seamless scheduling and time management without switching contexts.
The Google Drive integration lets you search, read, create, and manage files and folders in your Drive directly through AI interactions. Use it to organize documents, retrieve file contents, share files, and automate common Drive tasks without switching to your browser.
The Microsoft 365 integration lets you access and manage your emails, calendar events, documents, and collaborate across Word, Excel, PowerPoint, and Teams directly from your workspace. Use it to read and send messages, schedule meetings, edit files in OneDrive and SharePoint, and streamline your productivity workflows.
The Neon integration lets you connect to your Neon Postgres databases to query data, inspect schemas, and manage database operations directly from your AI assistant.
The Supabase integration lets you query and manage your database, authentication, and storage directly from your AI assistant, enabling natural language database operations and real-time data access.
The Linear integration lets you create, update, and search issues directly from your workspace, enabling seamless project management and task tracking without leaving your development environment.
Metorial helps you connect AI agents to Linear with various tools and resources. Tools allow you to interact with perform specific actions, while resources provide read-only access to data and information.
List comments for a specific Linear issue
Create a comment on a specific Linear issue
Retrieve cycles for a specific Linear team
Retrieve a Linear document by ID or slug
List documents in the user's Linear workspace
Retrieve detailed information about an issue by ID, including attachments and git branch name
List issues in the user's Linear workspace. For my issues, use "me" as the assignee.
Create a new Linear issue
Update an existing Linear issue
List available issue statuses in a Linear team
Retrieve detailed information about an issue status in Linear by name or ID
List available issue labels in a Linear workspace or team
Find guides and articles to help you get started with Linear on Metorial.
Linear
Linear
Linear
Linear
Linear
Linear
Linear
Linear
The Linear MCP server provides comprehensive integration with Linear's project management platform, enabling seamless interaction with issues, projects, teams, documents, and more directly through the Model Context Protocol. This server allows you to query, create, and update Linear resources programmatically, making it an essential tool for automating workflows and managing your development process. Whether you're tracking bugs, planning sprints, or coordinating with team members, this server brings Linear's powerful features into your MCP-enabled environment.
Linear is a modern issue tracking and project management tool designed for software development teams. This MCP server exposes Linear's core functionality through a set of well-defined tools that allow you to interact with your Linear workspace without leaving your development environment. From creating and updating issues to managing projects, labels, and team cycles, this server provides the building blocks for sophisticated Linear automation and integration workflows.
Manage your Linear issues with full CRUD operations, including support for sub-issues, attachments, labels, assignments, and more. Search and filter issues by team, assignee, state, project, cycle, and custom queries. Retrieve detailed issue information including git branch names for seamless development integration.
Create and manage projects with team assignments, project leads, labels, and timelines. List and retrieve team information, including team members and configurations. Track project progress and coordinate work across multiple teams.
Access and search Linear documents to maintain project documentation, technical specs, and team knowledge bases. Filter documents by creator, project, initiative, and timestamps to quickly find relevant information.
Engage in discussions by listing and creating comments on issues. Support for threaded conversations through parent comment replies enables rich collaboration on specific topics.
Retrieve cycle information for sprint planning and tracking. Access current, previous, and next cycles to understand team velocity and plan upcoming work.
Create and manage both workspace-level and team-specific labels. Support for label groups and hierarchical labeling enables sophisticated issue categorization and filtering.
List issues in your Linear workspace with extensive filtering capabilities.
Parameters:
team
(optional): Filter by team name or IDassignee
(optional): Filter by user ID, name, email, or "me" for your own issuesstate
(optional): Filter by state name or IDlabel
(optional): Filter by label name or IDproject
(optional): Filter by project name or IDcycle
(optional): Filter by cycle name or IDparentId
(optional): Filter by parent issue ID for sub-issuesdelegate
(optional): Filter by agent name or IDquery
(optional): Search in issue titles and descriptionscreatedAt
(optional): Filter by creation date (ISO-8601 or duration like "-P1D")updatedAt
(optional): Filter by update date (ISO-8601 or duration)includeArchived
(optional): Include archived issues (default: true)orderBy
(optional): Sort by "createdAt" or "updatedAt" (default: "updatedAt")limit
(optional): Number of results to return, max 250 (default: 50)after
(optional): Pagination cursor for starting pointbefore
(optional): Pagination cursor for ending pointRetrieve comprehensive information about a specific issue including attachments and git branch name.
Parameters:
id
(required): The issue IDCreate a new Linear issue with full customization options.
Parameters:
title
(required): The issue titleteam
(required): The team name or IDdescription
(optional): Issue description in Markdown formatassignee
(optional): User ID, name, email, or "me"delegate
(optional): Agent name, displayName, or IDstate
(optional): Issue state type, name, or IDpriority
(optional): Priority level (0=None, 1=Urgent, 2=High, 3=Normal, 4=Low)labels
(optional): Array of label names or IDsproject
(optional): Project name or IDcycle
(optional): Cycle name, number, or IDparentId
(optional): Parent issue ID for sub-issuesdueDate
(optional): Due date in ISO formatlinks
(optional): Array of link objects with url and title propertiesUpdate an existing Linear issue with any combination of fields.
Parameters:
id
(required): The issue IDtitle
(optional): Updated titledescription
(optional): Updated description in Markdownassignee
(optional): Updated assigneedelegate
(optional): Updated delegatestate
(optional): Updated statepriority
(optional): Updated prioritylabels
(optional): Updated labels arrayproject
(optional): Updated projectcycle
(optional): Updated cycleparentId
(optional): Updated parent issueestimate
(optional): Numerical estimate valuedueDate
(optional): Updated due datelinks
(optional): Updated links arrayList all comments for a specific Linear issue.
Parameters:
issueId
(required): The issue IDCreate a comment on an issue, with support for threaded replies.
Parameters:
issueId
(required): The issue IDbody
(required): Comment content in Markdown formatparentId
(optional): Parent comment ID for threaded repliesList all available issue statuses for a team.
Parameters:
team
(required): The team name or IDRetrieve detailed information about a specific issue status.
Parameters:
team
(required): The team name or IDid
(required): The status IDname
(required): The status nameList available issue labels in your workspace or for a specific team.
Parameters:
team
(optional): Filter by team name or IDname
(optional): Filter by label nameorderBy
(optional): Sort by "createdAt" or "updatedAt" (default: "updatedAt")limit
(optional): Number of results, max 250 (default: 50)after
(optional): Pagination cursorbefore
(optional): Pagination cursorCreate a new issue label at workspace or team level.
Parameters:
name
(required): Label namedescription
(optional): Label descriptioncolor
(optional): Hex color codeteamId
(optional): Team UUID for team-specific labelsparentId
(optional): Parent label UUID for label groupsisGroup
(optional): Whether this is a label group (default: false)List available project labels in your workspace.
Parameters:
name
(optional): Filter by label nameorderBy
(optional): Sort by "createdAt" or "updatedAt" (default: "updatedAt")limit
(optional): Number of results, max 250 (default: 50)after
(optional): Pagination cursorbefore
(optional): Pagination cursorList projects in your Linear workspace with filtering and search.
Parameters:
team
(optional): Filter by team name or IDstate
(optional): Filter by state name or IDmember
(optional): Filter by team member (User ID, name, email, or "me")initiative
(optional): Filter by initiative name or IDquery
(optional): Search in project namescreatedAt
(optional): Filter by creation dateupdatedAt
(optional): Filter by update dateincludeArchived
(optional): Include archived projects (default: false)orderBy
(optional): Sort by "createdAt" or "updatedAt" (default: "updatedAt")limit
(optional): Number of results, max 250 (default: 50)after
(optional): Pagination cursorbefore
(optional): Pagination cursorRetrieve detailed information about a specific project.
Parameters:
query
(required): Project ID or nameCreate a new project in Linear.
Parameters:
name
(required): Descriptive project nameteam
(required): Team name or IDdescription
(optional): Full project description in Markdownsummary
(optional): Concise plaintext summary (max 255 characters)lead
(optional): Project lead (User ID, name, email, or "me")state
(optional): Project statelabels
(optional): Array of label names or IDsstartDate
(optional): Start date in ISO formattargetDate
(optional): Target completion date in ISO formatUpdate an existing Linear project.
Parameters:
id
(required): Project IDname
(optional): Updated namedescription
(optional): Updated descriptionsummary
(optional): Updated summarylead
(optional): Updated project leadstate
(optional): Updated statelabels
(optional): Updated labelsstartDate
(optional): Updated start datetargetDate
(optional): Updated target dateList teams in your Linear workspace.
Parameters:
query
(optional): Search query for team namescreatedAt
(optional): Filter by creation dateupdatedAt
(optional): Filter by update dateincludeArchived
(optional): Include archived teams (default: false)orderBy
(optional): Sort by "createdAt" or "updatedAt" (default: "updatedAt")limit
(optional): Number of results, max 250 (default: 50)after
(optional): Pagination cursorbefore
(optional): Pagination cursorRetrieve detailed information about a specific team.
Parameters:
query
(required): Team UUID, key, or nameRetrieve cycle information for sprint planning.
Parameters:
teamId
(required): The team IDtype
(optional): Retrieve "current", "previous", "next", or all cyclesList documents in your Linear workspace with filtering and search.
Parameters:
query
(optional): Search query for document contentcreatorId
(optional): Filter by creator IDprojectId
(optional): Filter by project IDinitiativeId
(optional): Filter by initiative IDcreatedAt
(optional): Filter by creation dateupdatedAt
(optional): Filter by update dateincludeArchived
(optional): Include archived documents (default: false)orderBy
(optional): Sort by "createdAt" or "updatedAt" (default: "updatedAt")limit
(optional): Number of results, max 250 (default: 50)after
(optional): Pagination cursorbefore
(optional): Pagination cursorRetrieve a specific Linear document.
Parameters:
id
(required): Document ID or slugRetrieve users in your Linear workspace.
Parameters:
query
(optional): Filter by name or emailRetrieve detailed information about a specific user.
Parameters:
query
(required): User ID, name, email, or "me"Search Linear's official documentation to learn about features and best practices.
Parameters:
query
(required): Search querypage
(optional): Page number for pagination (default: 0)This MCP server enables a wide range of automation and integration scenarios:
All tools support Linear's flexible identifier system, allowing you to reference entities by ID, name, or other natural identifiers, making the API intuitive and easy to use.
Let's take your AI-powered applications to the next level, together.
Metorial provides developers with instant access to 600+ MCP servers for building AI agents that can interact with real-world tools and services. Built on MCP, Metorial simplifies agent tool integration by offering pre-configured connections to popular platforms like Google Drive, Slack, GitHub, Notion, and hundreds of other APIs. Our platform supports all major AI agent frameworks—including LangChain, AutoGen, CrewAI, and LangGraph—enabling developers to add tool calling capabilities to their agents in just a few lines of code. By eliminating the need for custom integration code, Metorial helps AI developers move from prototype to production faster while maintaining security and reliability. Whether you're building autonomous research agents, customer service bots, or workflow automation tools, Metorial's MCP server library provides the integrations you need to connect your agents to the real world.