An MCP server.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-language-server-": {
"command": "go",
"args": [
"run",
"github.com/marcelmaatkamp/mcp-language-server-kotlin@latest"
]
}
}
}
Run in terminal:
claude mcp add mcp-language-server- go run github.com/marcelmaatkamp/mcp-language-server-kotlin@latest
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-language-server-": {
"command": "go",
"args": [
"run",
"github.com/marcelmaatkamp/mcp-language-server-kotlin@latest"
]
}
}
}