bicscan-mcp

BICScan MCP Server

GitHub Stars

8

User Rating

Not Rated

Favorites

0

Views

65

Forks

14

Issues

3

Installation
Difficulty
Beginner
Estimated Time
5-10 minutes

Installation

Installation

Prerequisites

Python: 3.10 or higher
uv: 0.6.x
git: Latest version

Installation Steps

1. Clone Repository

bash
git clone https://github.com/ahnlabio/bicscan-mcp
cd bicscan-mcp

2. Configure claude_desktop_config.json

Append the following to claude_desktop_config.json:
json
{
  "mcpServers": {
    "bicscan": {
      "command": "uv",
      "args": [
        "--directory",
        "YOUR_BICSCAN_REPO_DIR_HERE",
        "run",
        "bicscan-mcp"
      ],
      "env": {
        "BICSCAN_API_KEY": "YOUR_BICSCAN_API_KEY_HERE"
      }
    }
  }
}

3. Start the Server

bash
uv run bicscan-mcp

Troubleshooting

Issue: Server won't start Solution: Check Python version and dependencies.

Additional Resources