theodore-s-beers/steingass-mcp
If you are the rightful owner of steingass-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
This MCP server provides access to Steingass' Persian-English dictionary through Claude Desktop and other MCP clients.
MCP Server for Steingass' Persian-English Dictionary
This is a basic MCP (Model Context Protocol) server that provides access to my API for Steingass' Persian-English dictionary through Claude Desktop and other MCP clients.
Features
- Search across Persian headwords, full headwords, or definitions
- Look for exact matches, full words contained, or prefixes
- Results are shaped to be simple, clear, and usable by an LLM
Installation
Prerequisites
- Node.js in a recent version
- Claude Desktop or similar
Setup
-
Clone this repository:
git clone https://github.com/theodore-s-beers/steingass-mcp.git
-
Navigate to the project directory:
cd steingass-mcp
-
Install the dependencies:
npm install
-
Edit the config of your MCP client to add something like the following. Please note the use of absolute paths.
{ "mcpServers": { "steingass-dictionary": { "command": "/abs/path/to/node", "args": ["/abs/path/to/steingass-mcp/main.js"] } } }
-
Make sure to restart your MCP client completely. You will also likely be prompted to grant permissions to this MCP server the first time that you use it, since it requires network access.
Usage
This should be self-explanatory! Ask your LLM to search for something.