Soklet is a zero-dependency Java HTTP/1.1 and Server-Sent Event + MCP server, well-suited for building RESTful APIs and tool-backed agentic systems.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"soklet": {
"command": "npx",
"args": [
"-y",
"soklet/soklet"
]
}
}
}
Run in terminal:
claude mcp add soklet npx -y soklet/soklet
Add to .cursor/mcp.json:
{
"mcpServers": {
"soklet": {
"command": "npx",
"args": [
"-y",
"soklet/soklet"
]
}
}
}