Quillopy pipes accurate documentation directly into your code assistant’s context — so it generates real, working, up-to-date code.
No manual uploads. No stale info. No wasted time.
To explicitly activate Quillopy, just add @quillopy
to your question — or use @quillopy[package_name]
to specify exactly what library to pull in.
No hacks. No guessing. Just code that works.
“How to code an agent browsing the web to fetch the latest news using browser-use? @quillopy[browser-use]”
“How do I store and retrieve JSON data in Supabase? @quillopy”
“How do I secure routes with the newest NextAuth? @quillopy”
✅ Zero setup — no uploads or config
✅ 600+ libraries pre-indexed and updated in real time
✅ Optimized for minimal context usage (perfect for LLMs)
✅ Works with any library, any version, anytime
Important: You need a Quillopy API key to use this MCP server. Visit https://quillopy.com to sign up and obtain your API key (free).
Smithery provides the easiest way to install and configure the Quillopy MCP across various AI assistant platforms.
# Claude
npx -y @smithery/cli@latest install @quillopy/quillopy-mcp --client claude
# Cursor
npx -y @smithery/cli@latest install @quillopy/quillopy-mcp --client cursor
# Windsurf
npx -y @smithery/cli@latest install @quillopy/quillopy-mcp --client windsurf
For more information and additional integration options, visit https://smithery.ai/server/@quillopy/quillopy-mcp
Settings
-> Cursor Settings
-> MCP
-> + Add new global MCP server
~/.cursor/.mcp.json
{
"mcpServers": {
"quillopy": {
"command": "npx",
"args": ["-y", "@quillopy/mcp"],
"env": {
"QUILLOPY_API_KEY": "<your-api-key>"
}
}
}
}
<your-api-key>
with your actual API keyCheck the Cursor MCP docs for more infos.
Add this to your Windsurf MCP config file. Check the Windsurf MCP docs for more infos.
{
"mcpServers": {
"quillopy": {
"command": "npx",
"args": ["-y", "@quillopy/mcp"],
"env": {
"QUILLOPY_API_KEY": "<your-api-key>"
}
}
}
}
Add this to your claude_desktop_config.json
.
{
"mcpServers": {
"quillopy": {
"command": "npx",
"args": ["-y", "@quillopy/mcp"],
"env": {
"QUILLOPY_API_KEY": "<your-api-key>"
}
}
}
}
Open your Continue.dev configuration file in either format:
~/.continue/config.yaml
%USERPROFILE%\.continue\config.yaml
config.json
Add the configuration using either format:
YAML format:
experimental:
modelContextProtocolServers:
- transport:
type: stdio
command: node
args: ["-y", "@quillopy/mcp"]
env: { "QUILLOPY_API_KEY": "<your-api-key>" }
JSON format:
{
"experimental": {
"modelContextProtocolServers": [
{
"transport": {
"type": "stdio",
"command": "npx",
"args": ["-y", "@quillopy/mcp"],
"env": { "QUILLOPY_API_KEY": "<your-api-key>" }
}
}
]
}
}
Save the file - Continue will automatically refresh to apply the new configuration. If the changes don't take effect immediately, try restarting your IDE.
Check Continue MCP docs for more infos.
{ "mcpServers": { "quillopy-mcp": { "command": "npx", "args": [ "-y", "@quillopy/mcp" ] } } }
Related projects feature coming soon
Will recommend related projects based on sub-categories