home / mcp / naver search mcp server
Provides access to Naver Search APIs with categorized, structured results for AI agents.
Configuration
View docs{
"mcpServers": {
"jikime-py-mcp-naver-search": {
"command": "mcp",
"args": [
"run",
"server.py"
]
}
}
}This MCP server gives you access to Naver Search APIs from your AI agents. It supports searching blogs, news, books, images, shopping items, and more, with pagination and structured responses optimized for processing by language models.
You interact with this MCP server through an MCP client. Start the local server, then issue search commands from your client to retrieve categorized results in a consistent, easy-to-parse format. Use the available categories to query the exact content you need, such as blogs, news, images, or shops, and chain multiple requests as your agent operates.
Prerequisites: Python 3.12+ and a working MCP client environment.
Option A: Run locally with MCP tooling (recommended for quick testing). Run the following commands to start the server locally with MCP tooling.
Configuration and runtime details are provided here for common deployment scenarios.
# Local runtime example
mcp run server.py
mcp dev server.pySearches for blogs on Naver using a keyword and returns results with titles, links, descriptions, and metadata.
Searches for news articles on Naver using a keyword and returns structured results.
Searches for books on Naver using a keyword and returns book information in a structured format.
Checks whether a given query is considered adult content.
Searches encyclopedia entries on Naver using a keyword.
Searches cafe articles on Naver using a keyword.
Searches Knowledge iN Q&A content on Naver using a keyword.
Searches local business information on Naver using a keyword.
Converts keyboard input errors between Korean and English spellings.
Searches shopping product information on Naver using a keyword.
Searches academic papers and documents on Naver using a keyword.
Searches images on Naver using a keyword with optional filters.
Searches web documents on Naver using a keyword.