linear_mcp

Simulate a Linear MCP server for end-to-end testing.

5|2|Updated Feb 8, 2026
One-click install
npx skills add https://github.com/project-ax/ax-legacy --skill linear-mcp
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: linear_mcp
Source: https://github.com/project-ax/ax-legacy/tree/main/tests/e2e/fixtures/skills/linear_mcp
Command: npx skills add https://github.com/project-ax/ax-legacy --skill linear-mcp

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a mock MCP server for e2e testing of Linear's integration, ensuring that the skill's functionality is correctly implemented and tested without using a real MCP server.

Core Features & Use Cases

  • Mock MCP Server: Simulates a Linear MCP server for testing purposes.
  • Test Fixture: Used in Task 4.4 e2e tests to validate skill's interaction with the MCP server.
  • Use Case: When developing or testing the Linear skill, this mock server can be used to ensure that the skill sends correct requests and handles responses appropriately.

Quick Start

Activate the linear_mcp skill to initiate the mock MCP server for testing.

Frequently Asked Questions about linear_mcp

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I mock a Linear MCP server for e2e testing?

To mock a Linear MCP server for e2e testing, you simulate the server to validate the Linear skill's integration. This approach ensures correct request and response handling without connecting to a real MCP server.

What is an MCP mock server used for in integration testing?

An MCP mock server is used in integration testing to simulate the Linear server's behavior. It validates that the skill sends correct requests and handles responses appropriately without relying on a live server.

Can I test Linear skill interactions without using a real MCP server?

Yes, you can test Linear skill interactions without a real MCP server by using a mock server. This setup allows you to validate the skill's request and response handling safely during e2e tests.

How do I start the mock MCP server for my Linear e2e tests?

To start the mock MCP server for Linear e2e tests, activate the mock skill to initiate the simulation. This provides the test fixture needed to validate the skill's server interaction.

What are the limitations of using a mock MCP server for e2e testing?

The limitation of using a mock MCP server for e2e testing is that it only simulates the Linear server's expected behavior. It cannot replicate real network conditions or actual server-side data processing.