MCP-SLOP Adapter
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@MCP-SLOP Adapterconnect to my local SLOP server at http://localhost:3000"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
MCP to SLOP Adapter
A lightweight adapter that connects MCP (Model Context Protocol) clients like Claude Desktop with any SLOP (Simple Language Open Protocol) compatible server.
What is MCP and SLOP?
MCP (Model Context Protocol): A proprietary protocol developed by Anthropic that enables AI models to access tools and resources. Learn more about MCP.
SLOP (Simple Language Open Protocol): A simple open-source REST-based pattern for AI APIs with 5 basic endpoints. Learn more about SLOP or join the SLOP Discord community.
Related MCP server: mcprouter
Features
This adapter bridges MCP and SLOP by:
Converting MCP tool requests to SLOP API calls
Exposing SLOP resources as MCP resources
Providing MCP tools for SLOP-specific endpoints (chat, memory, pay)
Handling error conversion between protocols
Installation & Usage
Using npx
You can run the adapter directly using npx:
npx @kortexa-ai/mcp-slop-adapter http://your-slop-server-urlGlobal Installation
npm install -g @kortexa-ai/mcp-slop-adapter
mcp-slop-adapter http://your-slop-server-urlConfiguring Claude Desktop
To connect Claude Desktop with a SLOP server:
Make sure your SLOP server is running
Edit Claude Desktop's configuration file:
Windows:
%APPDATA%\Claude\claude_desktop_config.jsonmacOS:
~/Library/Application Support/Claude/claude_desktop_config.json
Add the following configuration:
{
"mcpServers": {
"mcp-slop-adapter": {
"command": "npx",
"args": [
"@kortexa-ai/mcp-slop-adapter",
"http://your-slop-server-url"
]
}
}
}Replace http://your-slop-server-url with the URL of your SLOP server.
Debugging
You can use the MCP Inspector to connect to the adapter and inspect your SLOP server.
Exposed MCP Capabilities
This adapter exposes:
Tools: Native SLOP tools from
/toolsendpoint, pluschat,memory-store,memory-get, andpayResources: All resources from the SLOP
/resourcesendpoint
License
MIT
Related MCP Connectors
- QuallaaOAuthcom.quallaa
Talk to your public-facing AI from any MCP client — Claude, ChatGPT, Cursor, Cline, Windsurf.
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
MCP Server for Slima - AI Writing IDE for Novel Authors with AI Beta Reader.
MCP server unifying ERPs, CRMs, APIs and knowledge base for Claude, ChatGPT and Gemini.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceThis tool creates a Model Context Protocol (MCP) server that acts as a proxy for any API that has an OpenAPI v3.1 specification. This allows you to use Claude Desktop to easily interact with both local and remote server APIs.340 npm904MIT
- AlicenseNot gradedqualityDmaintenanceA proxy service that connects MCP clients to remote MCP servers, allowing users to use server keys from MCP.so to access remote resources without running their own server.9 npm4MIT
- AlicenseBqualityDmaintenanceA specialized MCP server that helps analyze and debug Model Context Protocol logs by providing Claude with direct access to log files across multiple platforms.116MIT
- AlicenseNot gradedqualityBmaintenanceA Model Context Protocol (MCP) server that allows AI assistants like Claude to interact with Go's Language Server Protocol (LSP) and benefit from advanced Go code analysis features.102Apache 2.0