Open source MCP tools — bridging you and AI
| Tool | What it does | Install |
|---|---|---|
| 🔌 Instagram MCP | 23 Instagram Graph API tools — posts, comments, DMs, stories, analytics | npx @mcpware/instagram-mcp |
| 📊 Claude Code Organizer MCP | Visual dashboard for Claude Code configs — memories, skills, MCP, hooks | npx @mcpware/claude-code-organizer |
| 🏷️ UI Annotator | Hover labels on any web page — AI references elements by name | npx @mcpware/ui-annotator-mcp |
| 🎬 Pagecast MCP | Record browser sessions as GIF/video via MCP | npx @mcpware/pagecast |
| 🎨 LogoLoom MCP | AI logo design → SVG → full brand kit export | npx @mcpware/logoloom |
Every tool is one command away:
npx @mcpware/<tool-name>Or add to your Claude Code / Cursor .mcp.json:
{
"mcpServers": {
"tool-name": {
"command": "npx",
"args": ["-y", "@mcpware/tool-name"]
}
}
}All tools are free, open source, and run locally.