@frase/mcp-server 0.1.7 → 0.1.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +20 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
[](https://www.npmjs.com/package/@frase/mcp-server)
|
|
4
4
|
[](https://opensource.org/licenses/MIT)
|
|
5
5
|
|
|
6
|
-
Use Claude
|
|
6
|
+
Use Claude to interact with your Frase account. This MCP (Model Context Protocol) server exposes Frase's API as tools that Claude can use to help you with SEO/GEO content creation, research, optimization, AI Visibility tracking, and much more. Works with both Claude Desktop and Claude Code.
|
|
7
7
|
|
|
8
8
|
## What is MCP?
|
|
9
9
|
|
|
@@ -19,7 +19,17 @@ Use Claude Desktop to interact with your Frase account. This MCP (Model Context
|
|
|
19
19
|
4. Enter your Frase API key when prompted (get it from [Frase Settings](https://next.frase.io/settings/api))
|
|
20
20
|
5. Done — Claude can now access your Frase account
|
|
21
21
|
|
|
22
|
-
### Option B:
|
|
22
|
+
### Option B: Claude Code (CLI)
|
|
23
|
+
|
|
24
|
+
Add the Frase MCP server to Claude Code with a single command:
|
|
25
|
+
|
|
26
|
+
```bash
|
|
27
|
+
claude mcp add frase -- npx -y @frase/mcp-server --api-key sk_live_your_api_key_here
|
|
28
|
+
```
|
|
29
|
+
|
|
30
|
+
Claude Code will automatically start the server when needed.
|
|
31
|
+
|
|
32
|
+
### Option C: Manual Setup (npx)
|
|
23
33
|
|
|
24
34
|
#### 1. Get your API key
|
|
25
35
|
|
|
@@ -189,7 +199,7 @@ I'll check on the progress...
|
|
|
189
199
|
|
|
190
200
|
## MCP Resources
|
|
191
201
|
|
|
192
|
-
Browse your Frase data directly in Claude
|
|
202
|
+
Browse your Frase data directly in Claude:
|
|
193
203
|
|
|
194
204
|
- `frase://sites` - List all your sites
|
|
195
205
|
- `frase://sites/{id}` - View individual site details
|
|
@@ -229,6 +239,12 @@ Pre-built workflows for common SEO tasks:
|
|
|
229
239
|
|
|
230
240
|
3. Restart Claude Desktop completely (quit and reopen)
|
|
231
241
|
|
|
242
|
+
### Server not working in Claude Code
|
|
243
|
+
|
|
244
|
+
1. Verify the server is registered: `claude mcp list`
|
|
245
|
+
2. Check server status: `claude mcp status frase`
|
|
246
|
+
3. Remove and re-add if needed: `claude mcp remove frase`
|
|
247
|
+
|
|
232
248
|
### Authentication errors
|
|
233
249
|
|
|
234
250
|
- Verify your API key is correct
|
|
@@ -242,7 +258,7 @@ The server automatically retries on rate limits with exponential backoff. If you
|
|
|
242
258
|
## Support
|
|
243
259
|
|
|
244
260
|
- [Frase Documentation](https://docs.frase.io)
|
|
245
|
-
- [API Documentation](https://
|
|
261
|
+
- [API Documentation](https://next.frase.io/api/docs)
|
|
246
262
|
- [GitHub Issues](https://github.com/frase-io/frase/issues)
|
|
247
263
|
|
|
248
264
|
## License
|