Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mcp-raesearch for the definition of 'serendipia'"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
RAE Model Context Protocol (MCP) Server
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.
Requirements
Go 1.21+
Related MCP server: Upstash MCP Server
Installation
Usage
Command Line Arguments
Run the server with stdio transport (for integration with LLMs):
Or run it as an SSE server:
Available Tools
The MCP server exposes the following tools to LLMs:
search- Search RAE API for informationParameters:
query(required): The search querylang(optional): Language code (default: "es")
get_word_info- Get detailed information about a wordParameters:
word(required): The word to look uplang(optional): Language code (default: "es")
Integration with LLMs
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.