Personal collection of MCP servers and skills for Claude Code.
Full Gmail control with multi-account support, tag system, and bulk operations.
claude mcp add -s user gmail -- uv run --directory /path/to/mcps/gmail fastmcp run server.pySee mcps/gmail/README.md for setup (OAuth credentials, accounts config).
Send emails via the Resend API. --sender and --reply-to are optional — if omitted, the tool asks the user each time.
claude mcp add -s user resend -- node /path/to/mcps/resend/build/index.js --key=RESEND_API_KEY --sender=you@domain.com --reply-to=reply@domain.comSee mcps/resend/README.md for setup.
Browser automation — installed globally via npx, no local code.
claude mcp add -s user playwright -- npx @anthropic-ai/mcp-playwright@latestSkills are installed with npx skills add, pointing to a GitHub URL or local path.
Creates clean, minimal PowerPoint presentations from Markdown.
npx skills add https://github.com/doasfrancisco/mcp_servers/tree/master/skills/pulso-slidesSee skills/pulso-slides/SKILL.md for usage.
- THOUGHTS.md — lessons learned building MCP servers
- HOOKS.md — Claude Code hooks patterns
- LEGACY.md — old build pipeline (removed)