drio
Open app

PortOne MCP Server

Source

PortOne MCP Server for Developers

Catalog onlyCatalog onlySTDIO

Overview

PortOne MCP Server is a Machine Context Provider server designed for developers using PortOne. It allows easy and accurate retrieval of relevant information by providing documentation content to a Large Language Model (LLM).

To use the PortOne MCP Server, you need to install Python 3.12 or higher and the uv package. Clone the repository, configure the server in your IDE, and run the server using the provided commands.

  • Integration with Large Language Models for enhanced information retrieval. - Easy setup and configuration for developers. - Support for various IDEs like Cursor and Windsurf.
  1. Providing contextual information to developers during coding.
  2. Enhancing documentation accessibility through LLM integration.
  3. Supporting development environments with real-time information retrieval.

Add to your AI client

Use these steps to connect PortOne MCP Server in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.

Cursor

Add this to your .cursor/mcp.json file in your project root, then restart Cursor.

.cursor/mcp.json

{
  "mcpServers": {
    "mcp-server-portone-io": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-server-portone-io"
      ]
    }
  }
}

Claude Desktop

Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.

~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

{
  "mcpServers": {
    "mcp-server-portone-io": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-server-portone-io"
      ]
    }
  }
}

Claude Code

Add this to your project's .mcp.json file. Claude Code will detect it automatically.

.mcp.json (project root)

{
  "mcpServers": {
    "mcp-server-portone-io": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-server-portone-io"
      ]
    }
  }
}

VS Code (Copilot)

Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.

.vscode/mcp.json

{
  "servers": {
    "mcp-server-portone-io": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-server-portone-io"
      ]
    }
  }
}

Windsurf

Add this to your Windsurf MCP config file, then restart Windsurf.

~/.codeium/windsurf/mcp_config.json

{
  "mcpServers": {
    "mcp-server-portone-io": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-server-portone-io"
      ]
    }
  }
}

Cline

Open Cline settings, navigate to MCP Servers, and add this server configuration.

Cline MCP Settings (via UI)

{
  "mcpServers": {
    "mcp-server-portone-io": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-server-portone-io"
      ]
    }
  }
}

FAQ

What are the system requirements for PortOne MCP Server?

You need Python 3.12 or higher and the uv package manager.

Is there a license for using PortOne MCP Server?

Yes, it is licensed under the Apache License 2.0.

Can I use PortOne MCP Server with any IDE?

Yes, it supports various IDEs that can register MCP servers.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":3308,"uuid":"f3cebeb9-597c-4216-ad80-10be4cdb7612","name":"mcp-server","title":"PortOne MCP Server","description":"PortOne MCP Server for Developers","avatar_url":"https://avatars.githubusercontent.com/u/124236763?v=4","created_at":"$D2025-03-18T17:23:33.786Z","updated_at":"$D2025-03-18T17:28:00.366Z","status":"created","author_name":"portone-io","author_avatar_url":"https://avatars.githubusercontent.com/u/124236763?v=4","tags":"[]","category":"developer-tools","is_featured":false,"sort":1,"url":"https://github.com/portone-io/mcp-server","target":"_self","content":"$29","summary":"$2a","img_url":null,"type":null,"metadata":"{\"star\":\"17\",\"license\":\"Apache-2.0 license\",\"language\":\"Python\",\"is_official\":false,\"latest_commit_time\":\"2025-06-02 16:46:38\"}","user_uuid":null,"tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]

PortOne MCP Server — MCP Registry