MCP Servers

A collection of Model Context Protocol servers, templates, tools and more.

MCP server by zeroix07

Created 5/30/2026
Updated about 3 hours ago
Repository documentation and setup instructions

MCP Skill Agent

A collection of 52+ skill agents for opencode.

Installation

Install a single skill

opencode skill install <skill-name>

Install from this repository

opencode skill install https://github.com/zeroix07/mcp-skill-agent.git

Install specific skills

# Example: install only the charts skill
opencode skill install https://github.com/zeroix07/mcp-skill-agent.git --skill charts

Available Skills

| Category | Skills | |----------|--------| | Document | docx, pdf, ppt, xlsx | | Media | image-generation, image-edit, image-understand, video-generation, video-understand, tts, asr, podcast-generate | | Research | web-search, web-reader, multi-search-engine, aminer-academic-search, aminer-daily-paper, aminer-free-academic, qingyan-research, market-research-reports | | Development | coding-agent, fullstack-dev, ui-ux-pro-max, charts | | Marketing | marketing-mode, content-strategy, seo-content-writer, blog-writer | | Analysis | stock-analysis-skill, finance, contentanalysis, anti-pua, dream-interpreter | | Creative | visual-design-foundations, web-shader-extractor, storyboard-manager | | Utility | agent-browser, skill-creator, skill-vetter, skill-finder-cn, writing-plans, gift-evaluator, get-fortune-analysis, auto-target-tracker, mindfulness-meditation, interview-designer, ai-news-collectors |

Configuration

Skills are installed to:

~/.config/opencode/skills/

Each skill contains a SKILL.md with instructions, references, and scripts.

License

Individual skills may have their own licenses. See each skill's LICENSE.txt for details.

Quick Setup
Installation guide for this server

Install Package (if required)

uvx mcp-skill-agent

Cursor configuration (mcp.json)

{ "mcpServers": { "zeroix07-mcp-skill-agent": { "command": "uvx", "args": [ "mcp-skill-agent" ] } } }