New: ParamQuery Community MCP Server
We’ve launched the
ParamQuery Community MCP Server, a public MCP endpoint that allows AI coding assistants to access ParamQuery documentation, demos, and API references.
This helps AI tools generate more accurate ParamQuery grid configurations and reduces incorrect or hallucinated API usage.
The Community server is
open and requires no token, so you can start using it immediately with MCP-enabled AI editors.
Endpointhttps://paramquery.com/mcp/lite
What It Enables- AI can search ParamQuery documentation and demos.
- Generate grid configurations and examples faster.
- Use official API references instead of guessing options.
- Experiment with MCP-enabled editors without authentication.
Available Tools- lite_query_index
Search the ParamQuery resource index (Guides, Demos, Options, Methods, Events) using natural language queries such as
"remote filtering example" or "column resize option".
Returns matching resource IDs and metadata.
- lite_get_content
Retrieve technical content for a specific resource, including demos, guides, API documentation, and example code.
Example Configuration{
"mcpServers": {
"paramquery-community": {
"url": "https://paramquery.com/mcp/lite"
}
}
}
Supported ToolsWorks with most MCP-enabled AI development tools including:
- Cursor
- Claude Code
- VS Code (MCP extensions)
- Cline
- Continue
- Windsurf
- Codex CLI
- Gemini CLI
- LibreChat
- MCP Inspector
The ParamQuery Community MCP Server makes it easy for AI tools to understand ParamQuery resources and generate better grid code instantly.