py-mcp-naver

python MCP NAVER

GitHub Stars

112

User Rating

Not Rated

Favorites

0

Views

20

Forks

19

Issues

2

Installation
Difficulty
Beginner
Estimated Time
5-10 minutes

Installation

Installation

Prerequisites

Python: 3.6 or higher
uvicorn: Latest version
Naver Open API: You need to apply for access.

Installation Steps

1. Install from PyPi

Install to Claude Desktop:
bash
uv pip install mcp-naver

uv run python -m mcp-naver.hosts.claude_desktop \
  -e NAVER_CLIENT_ID= \
  -e NAVER_CLIENT_SECRET=

2. Install from Source

bash

Clone the repository

git clone https://github.com/pfldy2850/py-mcp-naver.git

Navigate into the project directory

cd py-mcp-naver

Synchronize dependencies

uv sync --dev --all-extras

3. Start the Server

bash

Start the server

fastmcp install mcp_naver/server.py -e NAVER_CLIENT_ID= -e NAVER_CLIENT_SECRET=

Additional Resources