MCPs tagged with language-model-integration
-
Oura MCP Server
Enables language models to access Oura sleep, readiness, and resilience data via MCP.
Oura MCP Server implements the Model Context Protocol to provide language models with access to Oura API data. It allows querying of sleep, readiness, and resilience metrics for specified date ranges or for the current day. The server supports integration with tools like Claude for Desktop and handles API authentication and error scenarios gracefully. Designed for seamless access to personal health metrics through standardized protocol endpoints.
- ⭐ 34
- MCP
- tomekkorbak/oura-mcp-server
-
RAE Model Context Protocol (MCP) Server
An MCP server enabling LLMs to access RAE’s dictionary and linguistic resources.
Provides a Model Context Protocol (MCP) server implementation for the Royal Spanish Academy API, facilitating integration with language models. Offers tools such as search and word information retrieval, exposing RAE’s dictionary and linguistic data to LLMs. Supports multiple transports including stdio and SSE, making it suitable for both direct and server-based LLM interactions.
- ⭐ 3
- MCP
- rae-api-com/rae-mcp
-
ghidraMCP
MCP server enabling LLMs to autonomously reverse engineer binaries via Ghidra.
ghidraMCP acts as a Model Context Protocol (MCP) server, exposing core Ghidra reverse engineering functionality for use by large language models. It enables model clients to perform actions such as decompilation, binary analysis, and automated renaming of methods and data. The system integrates as both a Ghidra plugin and a Python MCP server, supporting interoperability with various MCP-compliant clients. By bridging Ghidra and MCP, it allows autonomous or semi-autonomous analysis of compiled application binaries.
- ⭐ 6,483
- MCP
- LaurieWired/GhidraMCP
-
MCP System Monitor
Real-time system metrics for LLMs via Model Context Protocol
MCP System Monitor exposes real-time system metrics, such as CPU, memory, disk, network, host, and process information, through an interface compatible with the Model Context Protocol (MCP). The tool enables language models to retrieve detailed system data in a standardized way. It supports querying various hardware and OS statistics via structured tools and parameters. Designed with LLM integration in mind, it facilitates context-aware system monitoring for AI-driven applications.
- ⭐ 73
- MCP
- seekrays/mcp-monitor
-
MCP Chess Server
Play chess against any LLM via Model Context Protocol tools.
MCP Chess Server enables interactive chess gameplay between users and any large language model (LLM) by exposing standardized model context protocol tools. Users can play chess, analyze games from PGN files, and visualize board states through a variety of programmatically accessible functions. The system supports move validation, game state visualization, turn detection, and position finding within PGN strings, making it suitable for both human and automated (AI/LLM-driven) play and analysis.
- ⭐ 14
- MCP
- jiayao/mcp-chess
-
godoc-mcp-server
Provides Go package documentation from pkg.go.dev to LLMs as an MCP server.
godoc-mcp-server enables searching Golang packages and obtains their documentation from pkg.go.dev, serving the information to language models via the Model Context Protocol. Communication occurs over standard input/output, supporting efficient retrieval of package information, including support for subpackages and usage instructions. The tool includes local caching and features tailored to LLM integration scenarios.
- ⭐ 32
- MCP
- yikakia/godoc-mcp-server