mcpls bridges Language Server Protocol (LSP) to MCP, exposing LSP capabilities as tools for AI agents. It connects to any LSP-compatible editor or IDE, providing code completion, diagnostics, and refactoring tools. Developers use it to integrate LSP features into AI workflows, enabling agents to interact with code editors and IDEs.
mcpls bridges Language Server Protocol (LSP) to MCP, exposing LSP capabilities as tools for AI agents. It connects to any LSP-compatible editor or IDE, providing code completion, diagnostics, and refactoring tools. Developers use it to integrate LSP features into AI workflows, enabling agents to interact with code editors and IDEs.
Add this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"bug-ops-mcpls-github": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-bug-ops-mcpls-github"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from mcpls?"
No configuration required. This server works out of the box.
"What resources are available in mcpls?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in mcpls"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in mcpls with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
See what tools in your stack can connect to AI.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.