PluginBench
MCP Server
Active

io.github.rubato103/nl-openapi-mcp MCP Server

io.github.rubato103/nl-openapi-mcp

What is the io.github.rubato103/nl-openapi-mcp MCP server?

National Library of Korea Seoji OpenAPI search via REST API and local metadata harvesting

How to install io.github.rubato103/nl-openapi-mcp

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • NL_API_KEY
    secret

    National Library Seoji OpenAPI key (issued at librarian.nl.go.kr)

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "nl-openapi-mcp": {
      "command": "https://github.com/rubato103/nl-openapi-mcp/releases/download/v0.1.0/nl-openapi-mcp.mcpb",
      "args": [],
      "env": {
        "NL_API_KEY": "<YOUR_NL_API_KEY>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "nl-openapi-mcp": {
      "command": "https://github.com/rubato103/nl-openapi-mcp/releases/download/v0.1.0/nl-openapi-mcp.mcpb",
      "args": [],
      "env": {
        "NL_API_KEY": "<YOUR_NL_API_KEY>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "nl-openapi-mcp": {
      "command": "https://github.com/rubato103/nl-openapi-mcp/releases/download/v0.1.0/nl-openapi-mcp.mcpb",
      "args": [],
      "env": {
        "NL_API_KEY": "<YOUR_NL_API_KEY>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "nl-openapi-mcp": {
      "type": "stdio",
      "command": "https://github.com/rubato103/nl-openapi-mcp/releases/download/v0.1.0/nl-openapi-mcp.mcpb",
      "args": [],
      "env": {
        "NL_API_KEY": "<YOUR_NL_API_KEY>"
      }
    }
  }
}
Claude Code
claude mcp add nl-openapi-mcp --env NL_API_KEY=<YOUR_NL_API_KEY> -- https://github.com/rubato103/nl-openapi-mcp/releases/download/v0.1.0/nl-openapi-mcp.mcpb

Related MCP servers

KCI (Korea Citation Index) literature & citation search via REST Open API + OAI-PMH

0
Python
MIT
View repository →