Skip to content

Commit 0d9b3c0

Browse files
committed
2 parents 2dfd2dc + 9e9b195 commit 0d9b3c0

File tree

1 file changed

+13
-5
lines changed

1 file changed

+13
-5
lines changed

README.md

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,20 @@
44

55
This is a [Model Context Protocol (MCP)](https://modelcontextprotocol.io/introduction) server that provides tools for interacting with the SimpleLocalize API.
66

7-
## Features
8-
9-
- Create translation keys
10-
- Get translation keys
11-
- Update translations
7+
## Features (Tools)
8+
9+
- Create translation key
10+
- Update translation key
11+
- Update translations bulk
12+
- Get all translation keys
13+
- Get translation key details
14+
- Get tags
15+
- Create tag
16+
- Get languages
1217
- Get translations
1318

19+
Feel free to add more tools by making a pull request or [creating a feature request](https://github.com/simplelocalize/simplelocalize-mcp-server/issues/new).
20+
1421
## Installation
1522

1623
To use the MCP server, you'll need an API key. You can create and manage API keys in **SimpleLocalize > Settings > Credentials**:
@@ -21,6 +28,7 @@ To run the server in a client like Claude Desktop, Cursor or Windsurf, add the f
2128
{
2229
"mcpServers": {
2330
"simplelocalize": {
31+
"type": "stdio",
2432
"command": "npx",
2533
"args": ["-y", "@simplelocalize/simplelocalize-mcp", "--api-key=SIMPLELOCALIZE_API_KEY"]
2634
}

0 commit comments

Comments
 (0)