Packages
26403 resultsbulkcut-coach
AI-powered fitness & diet tracking skill for Claude Code. Snap a photo of your meal, log your workout, and get personalized plans — all through natural conversation.
cli
mcpgod (MCPGod) is an oclif-based Node/TypeScript CLI for managing Model Context Protocol (MCP) servers. It helps add/remove/list MCP servers per client, discover tools exposed by MCP servers, run MCP servers, and call specific tools from the command line. It also supports per-client tool allow/block permissions and logs server runs to a local logs directory.
davinci-resolve-mcp
An MCP server that lets an AI client (e.g., Claude Desktop or 5ire) connect to DaVinci Resolve Studio and perform actions such as project/timeline/media management, opening pages, working with Fusion compositions, querying current state, and executing Python/Lua code inside Resolve/Fusion.
exa-pool-mcp
Provides an MCP server wrapper that exposes the Exa Pool API as tools for AI assistants, using a Python stdio transport (per README) configured via environment variables.
jira-mcp-server
Spring AI MCP server exposing Jira operations as MCP tools (ticket search via JQL, get issue, create/update issue, add comments) backed by Jira REST API using a token-based configuration.
lsbot
lsbot is a Go-based local-first AI bot/agent runtime that connects to external AI providers via a relay (cloud relay for certain chat platforms) and exposes local system capabilities to MCP-compatible clients. The README emphasizes E2EE-style relay traffic using a locally stored keypair and encrypted WebSocket transport, plus local storage of configuration/history/keys.
mcp-server-bing-search
Provides an MCP server that enables an agent to query the Bing Search API and return search results (web/news-style) through MCP tools.
mcp-toolkit
@nuxtjs/mcp-toolkit is a Nuxt module that helps you build Model Context Protocol (MCP) servers inside a Nuxt application. It provides file-based, zero-configuration discovery of MCP tools/resources/prompts, supports multiple MCP endpoints per app, adds TypeScript-first typing with Zod validation, and includes a built-in inspector in Nuxt DevTools for debugging.
mindbridge-mcp
mindbridge-mcp is a Model Context Protocol (MCP) server/bridge that routes tool calls to multiple LLM providers (e.g., OpenAI, Anthropic, DeepSeek, Google, OpenRouter, Ollama) and exposes MCP tools such as getSecondOpinion plus listing tools like listProviders and listReasoningModels. It also supports an OpenAI-compatible API layer according to the README.
mysql-mcp-server-by-cdata
Provides a local MCP (Model Context Protocol) server that exposes MySQL data via tools for listing tables/columns and running SQL SELECT queries (read-only MCP). It wraps CData JDBC Driver for MySQL and is intended for use with MCP-capable desktop clients (e.g., Claude Desktop) over stdio.
netsuite-mcp-server-by-cdata
Provides a local, read-only MCP server that wraps the CData JDBC Driver for NetSuite, exposing NetSuite entities as tools (get tables, get columns, run SELECT queries) so an AI client can query live NetSuite data via MCP over stdio.
python_mcp
python_local is an MCP server that exposes an interactive, persistent Python REPL to an agent. It provides a single tool (python_repl) to execute Python code in separate session states, and a resource mechanism to view per-session REPL history via a custom repl:// URI scheme.
social-trends-mcp-server
A Python MCP server that exposes tools for retrieving and aggregating trending topics from public Reddit and Hacker News sources (plus Hacker News search), intended for AI agents to query current social/tech trends.
super-agent-party
Super Agent Party is a self-hosted AI desktop companion that bundles chat/agent capabilities, task automation, bots for multiple messaging/live-streaming platforms, a browser automation feature, and an extension system. It exposes an OpenAI-compatible HTTP API (base_url http://localhost:3456/v1) and an MCP endpoint (e.g., http://127.0.0.1:3456/mcp) intended for external agent integration.
9router
9Router is a local/hosted “AI code router” that exposes an OpenAI-compatible endpoint (default http://localhost:20128/v1) and automatically routes requests across multiple AI providers/models with a tiered fallback (subscription → cheap → free), including quota tracking and OAuth token refresh via a dashboard UI.
adobe-analytics-mcp-server-by-cdata
Provides a local, read-only MCP server that wraps CData’s JDBC Driver for Adobe Analytics, exposing Adobe Analytics data as MCP tools (get_tables, get_columns, run_query) for LLM clients (e.g., Claude Desktop) to query live data without writing SQL.
gemini-webapi-mcp
Provides an MCP server that bridges to Google Gemini for image generation/editing, file analysis (e.g., images/PDFs/videos), and text chat by using Gemini web access authenticated via browser cookies from Chrome (or manually provided cookie values).
gitagent
gitagent provides a git-native, framework-agnostic standard for defining AI agents as repository artifacts (primarily agent.yaml and SOUL.md) plus optional supporting files (skills, tools, workflows, memory, hooks, compliance). It includes a CLI to scaffold, validate, inspect, export/import adapters, install git-based dependencies, run agents from a repo, and generate audits; adapters map the identity/config to target frameworks or formats such as system prompts and Claude Code-compatible configs.
jike-skill
A Python CLI/SDK and Claude Code “skill” for authenticating to the Jike (即刻) service via QR login, browsing a user’s feed, searching, posting and commenting, deleting posts/comments, viewing profiles and notifications, and exporting full posting history to Markdown (optionally downloading images).
jira-service-management-mcp-server-by-cdata
Provides a local, read-only MCP server that exposes Jira Service Management data to MCP clients by wrapping the CData JDBC Driver and presenting it as simple MCP tools (list tables/columns, run read-only SQL SELECT). The server communicates over stdio to clients running on the same machine.