This page is a collection of notes and links related to the Model Context Protocol (MCP), a proposed standard for extending managing context in large language models (LLMs) via external tools.
Resources
Field | Category | Date | Link | Notes |
---|---|---|---|---|
Automation | Integration | 2025 | macos-automator-mcp | a macOS Node server that exposes AppleScript and JXA to MCP clients |
Server Implementation | paws-on-mcp | yet another Python MCP server |
||
Extension Architecture | hyper-mcp | a powerful MCP server that leverages WebAssembly plugins |
||
LLM Interoperability | Integration | mcp-llm-bridge | a bridge that connects MCP servers to OpenAI-compatible language models through a standardized interface. |
|
Language Bindings | Server Implementation | mcp-golang | a Go-based MCP server implementation |
|
Multi-agent Systems | Frameworks | agent-kit | an MCP framework for building multi-agent networks |