Runoscript MCP Server

Rune data and runescript tools for AI agents.

This is a Model Context Protocol (MCP) server. Point your AI assistant at it to look up Elder Futhark runes, search Runoscript's rune knowledge base, and reach the runescript builder. It's free and read-only — no account, no API key.

Endpoint: https://runoscript.com/mcp

Details

Server name
com.runoscript/runoscript
Endpoint
https://runoscript.com/mcp
Transport
Streamable HTTP
Auth
None (free, read-only)
Registry
registry.modelcontextprotocol.io

Tools

Resources: none. Prompts: none. (This server exposes tools only.)

Examples

Install

Claude Code (CLI):

claude mcp add --transport http runoscript https://runoscript.com/mcp

Cursor~/.cursor/mcp.json:

{ "mcpServers": { "runoscript": { "url": "https://runoscript.com/mcp" } } }

VS Code.vscode/mcp.json:

{ "servers": { "runoscript": { "type": "http", "url": "https://runoscript.com/mcp" } } }

Claude Desktop / ChatGPT: Settings → Connectors → Add custom connector → paste https://runoscript.com/mcp (no auth).

Any MCP client: Streamable HTTP, URL https://runoscript.com/mcp.

Listed in the MCP Registry as com.runoscript/runoscript. · runoscript.com →