Help us improve
Share bugs, ideas, or general feedback.
From paper-search-tools
Configures Paper Search MCP server (requires Docker): verifies installation and daemon, pulls mcp/paper-search image, instructs Claude Code restart.
npx claudepluginhub fcakyon/claude-codex-settings --plugin paper-search-toolsHow this command is triggered — by the user, by Claude, or both
Slash command
/paper-search-tools:setupThe summary Claude sees in its command listing — used to decide when to auto-load this command
# Paper Search Tools Setup **Source:** [mcp/paper-search](https://hub.docker.com/r/mcp/paper-search) Configure the Paper Search MCP server. Requires Docker. ## Step 1: Check Docker Installation Run `docker --version` to check if Docker is installed. If Docker is not installed, show: ## Step 2: Verify Docker is Running Run `docker info` to verify Docker daemon is running. If not running, tell user: ## Step 3: Pull the Image Run `docker pull mcp/paper-search` to download the MCP image. Report progress: - "Pulling paper-search image..." - "Image ready!" ## Step 4: Confirm Succ...
/setup-mcpGuides interactive MCP server setup wizard: checks prerequisites like uvx, backs up configs, verifies plugin installation, configures optional API keys.
/cc-mcpManages MCP servers for Claude Code: add (filesystem, PostgreSQL, GitHub, Slack, Puppeteer, etc.), remove, list status, test connectivity, troubleshoot issues.
/setupConfigures Tavily MCP server with your API key: checks status, guides acquisition, validates format, updates config file, and confirms with restart instructions.
/docsSearches Docker documentation for configuration patterns, best practices, and troubleshooting. Reads relevant files to provide answers, code examples, and tips.
/use-mcpInvokes the MCP command as defined in .claude/commands/use-mcp.md, enabling MCP usage within Claude Code.
/mcpBuild, review, or debug MCP servers and clients with scaffolding, protocol validation, schema checks, and deployment config. Also supports configuring AWS-backed MCP servers.
Share bugs, ideas, or general feedback.
Source: mcp/paper-search
Configure the Paper Search MCP server. Requires Docker.
Run docker --version to check if Docker is installed.
If Docker is not installed, show:
Docker is required for Paper Search MCP.
Install Docker:
macOS: brew install --cask docker
Linux: curl -fsSL https://get.docker.com | sh
Windows: winget install Docker.DockerDesktop
After installation, start Docker Desktop and wait for it to fully launch.
Run docker info to verify Docker daemon is running.
If not running, tell user:
Docker is installed but not running.
Start Docker Desktop and wait for it to fully launch before continuing.
Run docker pull mcp/paper-search to download the MCP image.
Report progress:
Tell the user:
Paper Search MCP configured successfully!
IMPORTANT: Restart Claude Code for changes to take effect.
- Exit Claude Code
- Run `claude` again
To verify after restart, run /mcp and check that 'paper-search' server is connected.