Developer Pack
Ship faster: GitHub PRs → Linear issues → Notion docs → Postman tests → Playwright E2E
Servers Included
GitHub
Official MCPLinear
Notion
Postman
Playwright
Configuration
Copy the config for your MCP client. Replace your_api_key with your RouterMCP API key.
{
"mcpServers": {
"routermcp": {
"url": "https://your-project.workers.dev/v1/mcp/developer-pack/request",
"apiKey": "your_api_key_here"
}
}
}Quick Setup
- Create a project in your RouterMCP dashboard
- Add servers for each tool in this pack (see list above)
- Generate an API key in API Keys
- Copy the config above and paste into your MCP client
- Test the connection with the cURL snippet
Required Environment Variables
Most servers require API keys or tokens. Check each server's documentation for details.
# Example .env file GITHUB_API_KEY=your_github_key LINEAR_API_KEY=your_linear_key NOTION_API_KEY=your_notion_key POSTMAN_API_KEY=your_postman_key PLAYWRIGHT_API_KEY=your_playwright_key