mcp
SolidConfigure and manage MCP providers for Agent Toolkit — setup, list, doctor, and per-tool deployment.
AI & Automation 14 stars
4 forks Updated today MIT
Install
Quality Score: 82/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# MCP
Wire **Model Context Protocol** servers so agents can call external tools (GitHub, ClickUp, Slack, etc.) natively. This skill wraps `agent-toolkit mcp` and the MCP definitions in `mcp/` and `~/.local/share/agent-toolkit/mcp/`.
## When to use
- User asks "setup MCP", "connect GitHub/ClickUp/Slack", or an agent fails with MCP not configured.
- After `agent-toolkit install` — MCP needs auth beyond file copy.
- `agent-toolkit doctor` reports MCP integration missing.
## Prerequisites
- `agent-toolkit` installed; `mcp/` definitions exist in the repo or `~/.local/share/agent-toolkit/mcp/`.
- Auth for each provider: `gh auth login` (GitHub), `clickup auth login` (ClickUp), etc. Keys in `~/.config/agent-toolkit/` or env.
- Target tool supports MCP (Claude Code, Cursor, OpenCode — see `mcp/README.md` and `docs/MCP.md`).
## Workflow
### 1. Discover available providers
```bash
agent-toolkit mcp list
agent-toolkit mcp doctor
cat mcp/README.md
cat docs/MCP.md
ls mcp/
ls ~/.local/share/agent-toolkit/mcp/ 2>&1 | head
```
### 2. Setup a provider
```bash
agent-toolkit mcp setup --provider github
agent-toolkit mcp setup --provider clickup
# Or target a specific tool:
agent-toolkit plugin sync --tools claude-code # also syncs MCP for that tool
```
For manual config, copy from `distributions/` or `mcp/` templates to `~/.config/<tool>/mcp.json` per `docs/MCP.md` — prefer the CLI.
### 3. Verify and use
```bash
agent-toolkit mcp doctor
agent-toolkit doctor # check Integrations s...
Details
- Author
- ulises-jeremias
- Repository
- ulises-jeremias/agent-toolkit
- Created
- 3 weeks ago
- Last Updated
- today
- Language
- V
- License
- MIT
Integrates with
Bundled in these plugins
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Solid
mcp-setup
Configure Model Context Protocol servers for GTM workflows — server selection, tool scope, permissions, guardrails, observability, and multi-tool orchestration. Use when connecting CRM, enrichment, sequencing, analytics, or support tools to AI agents through MCP.
42 Updated 1 months ago
LeadMagic AI & Automation Featured
mcp-setup
Configure popular MCP servers for enhanced agent capabilities
38,780 Updated today
Yeachan-Heo AI & Automation Solid
agent-mcp
Configure MCP servers for Antigravity, Codex, OpenCode, Claude, and Copilot using stdio or remote transport at workspace or user scope, with source review and safe secret handling.
4 Updated yesterday
fmind