RUN IN TERMINAL
claude mcp add azylchuk-paparats-mcp -- npx -y @paparats/cli
ADD TO claude_desktop_config.json
{
"mcpServers": {
"azylchuk-paparats-mcp": {
"command": "npx",
"args": ["-y", "@paparats/cli"]
}
}
}
ADD TO .vscode/mcp.json
{
"mcpServers": {
"azylchuk-paparats-mcp": {
"command": "npx",
"args": ["-y", "@paparats/cli"]
}
}
}
ADD TO .cursor/mcp.json
{
"mcpServers": {
"azylchuk-paparats-mcp": {
"command": "npx",
"args": ["-y", "@paparats/cli"]
}
}
}
About This MCP Server
Semantic code search for AI coding assistants. Local Qdrant, multi-repo, no API keys.. This is a Model Context Protocol (MCP) server that extends AI assistants like Claude with search & web scraping capabilities via the streamable-http transport.
Package
@paparats/cli on npm
HOW TO USE
Select your AI client above to get the install command. This MCP server uses the streamable-http transport and is available on npm.
What tools does it provide?
The Paparats server extends your AI assistant with search & web scraping capabilities. Once installed, your AI can use its tools automatically.