Packages
25784 resultsBuildMCPServer
A Python walkthrough/project that demonstrates how to build and run an MCP server (via the mcp[cli] tooling) to serve an ML model (described as a trained Random Forest) and integrate that capability into an agent workflow (Bee Framework for ReAct interactivity).
create-python-server
CLI tool that scaffolds a new Model Context Protocol (MCP) Python server project from a template, using uvx/uv for project creation and dependency management.
mcp-server-google-maps
An MCP server that provides Google Maps-related capabilities to AI agents via the Model Context Protocol. The package name suggests it wraps Google Maps Web Services functionality (e.g., places/geocoding/routing/search) into MCP tools, allowing agents to call those tools as part of their reasoning workflows.
mcp-wechat-server
mcp-wechat-server is an MCP (Model Context Protocol) server that enables AI agents to perform a WeChat bot flow:扫码登录、查询登录状态、长轮询获取新消息、发送文本消息,并通过打字状态工具向对方显示“正在输入...”。它还在本地持久化登录凭证与消息游标以便重启后继续运行。
mobile-mcp
mobile-mcp is an MCP server intended to let LLMs control Android mobile devices via structured UI dumps, using Node.js/TypeScript tooling and ADB for connectivity.
prometheus-mcp-server
Prometheus MCP server that exposes Prometheus data/queries as Model Context Protocol (MCP) tools. It supports running in an SSE transport mode (per README) and optionally authenticates requests to the upstream Prometheus using environment-configured Basic Auth or Bearer token.
redis
Redis is an in-memory data store and key-value database that also supports data structures (e.g., strings, hashes, lists, sets, sorted sets), persistence options, pub/sub, and common caching/queue patterns. It can be used standalone or as part of larger architectures.
splunk-mcp-server-by-cdata
Provides a local, read-only MCP server that exposes Splunk data (via the CData JDBC Driver for Splunk) as MCP tools. Supports listing tables/columns and running SQL SELECT queries through a JSON-RPC interface over stdio.
claude-tools-mcp
An MCP (Model Context Protocol) server that exposes Claude Code-like file and shell tools (bash with background execution, file read/write/edit, glob, grep) over HTTP so an MCP client can use these tools remotely. Includes basic operational hardening such as path validation, timeouts, and result/file size limits.
confluence-mcp-server-by-cdata
Provides a local, read-only (per README) MCP server that exposes Confluence data via CData’s JDBC Driver as MCP tools. It runs as a stdio process (suitable for clients like Claude Desktop on the same machine) and supports tool-based table discovery plus SQL SELECT queries through a JSON-RPC tool interface.
mcp_command_server
Provides a JSON-RPC 2.0 HTTP API for executing shell commands on a server, with a pattern-based command exclusion/validation system (configured via exclude.yaml) and a /context endpoint that serves markdown API documentation.
mcp-llm-bridge
Provides a bridge between MCP (Model Context Protocol) servers and OpenAI-compatible LLM APIs by translating MCP tool specifications into OpenAI function-calling schemas and mapping tool invocations back to MCP tool executions. Primarily targets OpenAI API usage, with support for other OpenAI-compatible endpoints (e.g., local servers).
odoo-mcp-server
Provides a Model Context Protocol (MCP) server (Go) that connects to an Odoo 17 instance via XML-RPC to expose ERP operations as callable MCP tools, primarily for inventory, purchase, and manufacturing (MRP) workflows. Includes optional webhook server configuration (e.g., Discord).
oracle.oci-visual-builder-studio-mcp-server
MCP server wrapping the Oracle OCI Visual Builder Studio API, enabling AI agents to programmatically manage Oracle Visual Builder Studio environments — creating, listing, and managing low-code application development environments on Oracle Cloud Infrastructure.
oracle.oci-web-application-acceleration-and-security-mcp-server
MCP server for Oracle OCI Web Application Acceleration and Security (WAAS) service, enabling AI agents to manage combined CDN acceleration and security policies, configure WAF rules, manage access control lists, and monitor web application protection on Oracle Cloud Infrastructure.
oracle.oci-web-application-acceleration-mcp-server
MCP server for the Oracle OCI Web Application Acceleration (WAA) service, providing AI agents the ability to manage CDN policies, caching configurations, and acceleration settings for web applications on Oracle Cloud Infrastructure — distinct from the combined WAAS offering.
oracle.oci-web-application-firewall-mcp-server
MCP server for the Oracle OCI Web Application Firewall (WAF) service, allowing AI agents to manage WAF policies, protection capabilities, request access control, and threat intelligence configurations on Oracle Cloud Infrastructure.
passage-of-time-mcp
Provides an MCP server (FastMCP-based) exposing time-related tools for LLMs: current datetime, timestamp parsing, time differences/since, contextual time-of-day/weekend/business hours, adding time, and formatting durations. Runs an SSE transport endpoint.
political-finance-mcp-server
Provides an MCP server for AI agents to query US political finance data such as campaign contributions/spending, PAC spending, lobbying-related records, and congressional member voting behavior, using upstream public APIs (e.g., FEC and ProPublica Congress).
prompt-library-mcp-server
Provides an MCP server (via a Python package) exposing tools to search, retrieve, share, and rate prompts from a community prompt library, with several pre-loaded prompt templates.