A library for creating Model Context Protocol (MCP) servers and clients for Scala 3
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp4s": {
"command": "npx",
"args": [
"-y",
"oloveluck/mcp4s"
]
}
}
}
Run in terminal:
claude mcp add mcp4s npx -y oloveluck/mcp4s
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp4s": {
"command": "npx",
"args": [
"-y",
"oloveluck/mcp4s"
]
}
}
}