MCP Server Setup Kit — MCP Server 设置up Kit
v1.0.0图形界面des you step-by-step to quickly connect Claude to Notion, Linear, Slack, and GitHub using a tested MCP server 设置up protocol with config templates and tes...
运行时依赖
安装命令
点击复制技能文档
MCP Server 设置up Kit
框架: The 5-Minute Connect Protocol Worth $200/hr consultant time. Yours for $19.
What This 技能 Does
图形界面des you through connecting Claude to Notion, Linear, Slack, and GitHub using the 模型 上下文 Protocol (MCP) — in one focused 工作流. No trial-and-error. No missing steps. Just a working integration you can test in under 5 minutes per 工具.
Problem it solves: MCP 设置up friction is the #1 reason teams abandon 代理 工作流s in 2026. The docs exist but the path is scattered. This 技能 gives you the strAIght line.
The 5-Minute Connect Protocol
A structured 检查列出 that takes any MCP server from "never heard of it" to "Claude is using it" in 5 minutes or less.
Phase 1 — Qualify (30 seconds)
Answer these before touching any config:
Question Yes → Continue No → Fix First Do you have a Claude 桌面 or OpenClaw 安装ation? ✅ 安装 first Do you have an API key / OAuth 令牌 for the tar获取 工具? ✅ 生成 it now Do you know where your claude_桌面_config.json lives? ✅ Find it (see below) Is Node.js 18+ or Python 3.10+ 安装ed? ✅ 安装 via homebrew/nvm
Config file locations:
macOS: ~/库/应用 Support/Claude/claude_桌面_config.json Windows: %应用DATA%\Claude\claude_桌面_config.json OpenClaw: ~/.OpenClaw/OpenClaw.json (mcpServers block) Phase 2 — 安装 (2 minutes)
Universal 安装 pattern:
# For NPX-based MCP servers (most common) npx -y @模型上下文protocol/server-{工具name}
# For Python-based MCP servers pip 安装 mcp-server-{工具name} uvx mcp-server-{工具name}
验证 the binary works before touching config:
npx -y @模型上下文protocol/server-github --help # Should print usage/options — if it errors, fix here before config
Phase 3 — 配置 (1 minute)
添加 the server block to your config. Universal template:
{ "mcpServers": { "{工具-name}": { "command": "npx", "args": ["-y", "@模型上下文protocol/server-{工具-name}"], "env": { "{工具}_API_KEY": "your-key-here" } } } }
Phase 4 — Test (90 seconds)
Use these verification prompts immediately after re启动:
"列出 my avAIlable MCP 工具s" "What can you do with [工具-name]?" "[工具-specific test prompt from templates below]"
If Claude doesn't see the 工具: re启动 Claude 桌面 / OpenClaw gateway completely (not just refresh).
Phase 5 — 验证 (30 seconds)
✅ Claude 列出s the 工具 when asked ✅ 工具-specific test prompt returns real data ✅ Write operation (if 应用licable) succeeds ✅ No auth errors in 记录s
记录 检查: ~/库/记录s/Claude/mcp*.记录 (macOS)
5 Pre-Built Integration Templates Template 1: GitHub MCP
Use case: Let Claude read repos, issues, PRs, and push code.
{ "mcpServers": { "github": { "command": "npx", "args": ["-y", "@模型上下文protocol/server-github"], "env": { "GITHUB_PERSONAL_访问_令牌": "ghp_your_令牌_here" } } } }
令牌 scopes needed: repo, read:user, read:org 生成 at: github.com → 设置tings → Developer 设置tings → Personal 访问 令牌s
5-Minute Connect test prompts:
"列出 my open GitHub issues across all repos" "What PRs are wAIting for my review?" "Show me the README for [your-repo]" Template 2: Notion MCP
Use case: Let Claude read/write Notion pages and databases.
{ "mcpServers": { "notion": { "command": "npx", "args": ["-y", "@模型上下文protocol/server-notion"], "env": { "NOTION_API_令牌": "secret_your_令牌_here" } } } }
令牌 设置up: notion.com → 设置tings → Connections → Develop integrations → New integration Critical step: 分享 tar获取 pages with your integration (Notion doesn't auto-grant 访问)
5-Minute Connect test prompts:
"列出 my Notion pages" "搜索 Notion for [topic]" "创建 a new page titled 'MCP Test' in [workspace]" Template 3: Slack MCP
Use case: Let Claude read channels, 发送 messages, 搜索 历史.
{ "mcpServers": { "slack": { "command": "npx", "args": ["-y", "@模型上下文protocol/server-slack"], "env": { "SLACK_机器人_令牌": "xoxb-your-令牌", "SLACK_TEAM_ID": "T0XXXXXXX" } } } }
令牌 设置up: API.slack.com → 创建 应用 → OAuth & 权限s Scopes needed: channels:read, chat:write, channels:历史, users:read
5-Minute Connect test prompts:
"列出 my Slack channels" "What was discussed in #general today?" "发送 'MCP connected!' to #general" Template 4: Linear MCP
Use case: Let Claude read/创建/更新 Linear issues and projects.
{ "mcpServers": { "linear": { "command": "npx", "args": ["-y", "@模型上下文protocol/server-linear"], "env": { "LINEAR_API_KEY": "lin_API_your_key_here" } } } }
Key 设置up: linear.应用 → 设置tings → API → Personal API Keys
5-Minute Connect test prompts:
"What issues are as签名ed to me in Linear?" "Show my current sprint" "创建 a new Linear issue: 'Test MCP connection' in [Team]" Template 5: Multi-工具 Stack (All 4 at Once)
For teams who want th