DeveloperIntermediate

Developer Pack

Ship faster: GitHub PRs → Linear issues → Notion docs → Postman tests → Playwright E2E

Setup Time Icon30 minutes setup
Servers Icon5 Servers
Read implementation guideArrow Icon

Configuration

Add these MCP servers to your configuration file.

{
  "mcpServers": {
    "github": {
      "url": "https://api.githubcopilot.com/mcp/"
    },
    "linear": {
      "url": "https://mcp.linear.app/sse"
    },
    "notion": {
      "url": "https://mcp.notion.com/sse"
    },
    "postman": {
      "url": "https://mcp.postman.com/"
    },
    "playwright": {
      "url": "npx:@playwright/mcp"
    }
  }
}

Quick Start

  1. 1Copy the configuration above
  2. 2Add to your claude_desktop_config.json or MCP client config
  3. 3Replace placeholder environment variables with your API keys
  4. 4Restart your MCP client to load the servers

Servers Included

G

GitHub

Official MCP
View Details
L

Linear

Official MCP
View Details
N

Notion

Official MCP
View Details
P

Postman

Official MCP
View Details
P

Playwright

Official MCP
View Details