update README.md

This commit is contained in:
John Doe 2025-04-02 01:53:29 +03:00
parent 4757005251
commit 39ded6bc91

View file

@ -56,6 +56,7 @@ Configure Claude Desktop to recognize the Exa MCP server.
2. Add the server configuration 2. Add the server configuration
for Cursor:
```json ```json
{ {
"mcpServers": { "mcpServers": {
@ -68,4 +69,21 @@ Configure Claude Desktop to recognize the Exa MCP server.
} }
} }
} }
``` ```
for Claude desktop:
```json
{
"mcpServers": {
"telegram": {
"command": "telegram-mcp",
"env": {
"TG_APP_ID": "<your-app-id>",
"TG_API_HASH": "<your-api-hash>",
"PATH": "<path_to_telegram-mcp_binary_dir>",
"HOME": "<path_to_your_home_directory"
}
}
}
}
```