PluginBench
MCP Server

io.github.rog0x/schema MCP Server

io.github.rog0x/schema

What is the io.github.rog0x/schema MCP server?

JSON Schema, TypeScript types, mocks for AI agents

How to install io.github.rog0x/schema

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "schema": {
      "command": "npx",
      "args": [
        "-y",
        "@rog0x/mcp-schema-tools"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "schema": {
      "command": "npx",
      "args": [
        "-y",
        "@rog0x/mcp-schema-tools"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "schema": {
      "command": "npx",
      "args": [
        "-y",
        "@rog0x/mcp-schema-tools"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "schema": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@rog0x/mcp-schema-tools"
      ]
    }
  }
}
Claude Code
claude mcp add schema -- npx -y @rog0x/mcp-schema-tools

Related MCP servers

Alt text, headings, contrast, ARIA for AI agents

View repository →

HTTP client, JWT decode, header analysis for AI agents

View repository →

Cache headers, CDN, LRU simulation for AI agents

View repository →

Color convert, palette, contrast checker for AI agents

View repository →

JSON, YAML, TOML, INI config tools for AI agents

View repository →

Hash, encode, UUID, password analysis for AI agents

View repository →