This repository contains an implementation of a Model Context Protocol (MCP) server for the Royal Spanish Academy (RAE) API. It allows language models to interact with RAE's dictionary and linguistic resources. Run the server with stdio transport (for integration with LLMs): Or run it as an SSE server: The MCP server exposes the following tools to LLMs: 1. search - Search RAE API for information -
Add this skill
npx mdskills install rae-api-com/rae-mcpProvides access to RAE dictionary with clear setup and tool descriptions
This repository contains an implementation of a Model Context Protocol (MCP) server for the Royal Spanish Academy (RAE) API. It allows language models to interact with RAE's dictionary and linguistic resources.
git clone https://github.com/rae-api-com/rae-mpc.git
cd rae-mpc
go build
Run the server with stdio transport (for integration with LLMs):
./rae-mpc --transport stdio
Or run it as an SSE server:
./rae-mpc --transport sse --port 8080
The MCP server exposes the following tools to LLMs:
search - Search RAE API for information
query (required): The search querylang (optional): Language code (default: "es")get_word_info - Get detailed information about a word
word (required): The word to look uplang (optional): Language code (default: "es")This MCP server can be integrated with language models that support the Model Context Protocol, allowing them to access RAE's linguistic resources for improved Spanish language capabilities.
Install via CLI
npx mdskills install rae-api-com/rae-mcpRAE Model Context Protocol (MCP) Server is a free, open-source AI agent skill. This repository contains an implementation of a Model Context Protocol (MCP) server for the Royal Spanish Academy (RAE) API. It allows language models to interact with RAE's dictionary and linguistic resources. Run the server with stdio transport (for integration with LLMs): Or run it as an SSE server: The MCP server exposes the following tools to LLMs: 1. search - Search RAE API for information -
Install RAE Model Context Protocol (MCP) Server with a single command:
npx mdskills install rae-api-com/rae-mcpThis downloads the skill files into your project and your AI agent picks them up automatically.
RAE Model Context Protocol (MCP) Server works with Claude Code, Claude Desktop, Cursor, Vscode Copilot, Windsurf, Continue Dev, Gemini Cli, Amp, Roo Code, Goose. Skills use the open SKILL.md format which is compatible with any AI coding agent that reads markdown instructions.