Skip to main content
Glama

Naver MCP Server

by pfldy2850
pyproject.toml799 B
[build-system] requires = ["hatchling"] build-backend = "hatchling.build" [project] name = "mcp-naver" version = "0.1.5" description = "MCP server providing Naver Open APIs" readme = "README.md" requires-python = ">=3.10" dependencies = [ "fastmcp>=0.4.1", "httpx>=0.28.1", "pydantic>=2.10.6", "xmltodict>=0.14.2", ] authors = [{ name = "Dongyong Lee", email = "pfldy2850@gmail.com" }] [project.urls] Repository = "https://github.com/pfldy2850/py-mcp-naver.git" Issues = "https://github.com/pfldy2850/py-mcp-naver/issues" Github = "https://github.com/pfldy2850/py-mcp-naver" [project.scripts] mcp-naver = "mcp_naver:server" [tool.hatch.build.targets.wheel] packages = ["mcp_naver"] [dependency-groups] dev = [ "build>=1.2.2.post1", "ruff>=0.11.2", "twine>=6.1.0", ]

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/pfldy2850/py-mcp-naver'

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