Packages
25784 resultsjira-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.
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).
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.
mcp-agent
A TypeScript framework for building AI agents that can interact with Model Context Protocol (MCP) servers and local tool functions. It provides agent abstraction, an MCP connection manager for reusing server connections, per-agent MCP tool aggregation, LLM provider integration (example for Fireworks AI), simple in-memory message history, and example orchestration/workflows.
perplexity-mcp-server
Perplexity-focused MCP server that exposes tools to an MCP-capable agent so it can perform Perplexity-powered search/browsing and return results in the agent workflow.
robotmcp-server
robotmcp-server is a modular Model Context Protocol (MCP) server (Python/FastAPI) that discovers/loads MCP tools from git submodules, exposes an MCP-compatible HTTP transport endpoint, and can secure access via OAuth 2.1 with Supabase-backed user/session handling. It also supports Cloudflare Tunnel access and provides CLI commands for module management and connectivity verification.
sage-cloud-accounting-mcp-server-by-cdata
Provides a local MCP (Model Context Protocol) server that wraps the CData JDBC Driver for Sage Cloud Accounting, exposing the underlying data as MCP tools (get tables, get columns, run SQL SELECT) so an LLM client can query live accounting data without writing SQL manually.
salesforce-data-cloud-mcp-server-by-cdata
Provides a read-only Model Context Protocol (MCP) server that exposes Salesforce Data Cloud as relational SQL tables by wrapping CData's JDBC Driver. It runs as a local process using stdio and offers MCP tools for listing tables/columns and running SQL SELECT queries.
sap-successfactors-mcp-server-by-cdata
Provides a local, read-only MCP server wrapper around the CData JDBC Driver for SAP SuccessFactors. It exposes SuccessFactors data as SQL tables/models and lets an MCP-capable client (e.g., Claude Desktop) discover tables/columns and run read queries via MCP tools over stdio on the same machine.
tencent-add-article-mcp-server
A Spring Boot–based MCP server that integrates with Tencent Cloud Developer Community, exposing an MCP tool (addArticle) to publish Markdown articles. It converts Markdown to ProseMirror-like content for compatibility with Tencent’s editor and returns status/URLs/error messages. Authentication is done via a user cookie configured in application settings or environment variables.
ucp-mcp-server
Provides an MCP server exposing UCP (Universal Commerce Protocol) shopping flows as callable tools for AI assistants, including merchant capability discovery, checkout creation, checkout updates (discounts), fulfillment/shipping setup, and checkout completion/payment submission.