Skip to main content
Glama
claude-desktop-setup.md1.26 kB
# Claude Desktop MCP Configuration Guide ## Overview This guide explains how to configure Claude Desktop to use the Nexonco MCP server. The Model Context Protocol (MCP) allows Claude to interact with external AI models and tools. Claude Desktop MCP server must be launched with STDIO transport. ## Configuration Steps ### Prerequisites - [uv](https://github.com/astral-sh/uv#installation) - Claude Desktop (for MCP integration) ### 1. Locate Configuration File The configuration file location depends on your operating system: - **macOS**: ``` ~/Library/Application Support/Claude/claude_desktop_config.json ``` - **Windows**: ``` %APPDATA%\Claude\claude_desktop_config.json ``` - **Linux**: ``` ~/.config/Claude/claude_desktop_config.json ``` ### 2. Edit Configuration 1. Open the configuration file in a text editor 2. Add or update the mcpServers section: ```json { "mcpServers": { "nexonco": { "command": "uv", "args": ["run", "--with", "nexonco-mcp", "nexonco" ] } } } ``` ### 3. Verify Setup 1. Save the configuration file 2. Restart Claude Desktop completely 3. Test the connection by asking Claude: `Find predictive evidence for colorectal cancer therapies involving KRAS mutations.`

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Nexgene-Research/nexonco-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server