@xreplyai/mcp 0.1.1 → 0.2.1
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 +5 -5
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @xreplyai/mcp
|
|
2
2
|
|
|
3
|
-
MCP server for [
|
|
3
|
+
MCP server for [XreplyAI](https://xreply.ai) — voice-aware post generation, viral library discovery, and post management for AI agents.
|
|
4
4
|
|
|
5
5
|
## Features
|
|
6
6
|
|
|
@@ -15,13 +15,13 @@ MCP server for [XReply AI](https://xreply.ai) — voice-aware post generation, v
|
|
|
15
15
|
## Requirements
|
|
16
16
|
|
|
17
17
|
- Node.js 20+
|
|
18
|
-
- An
|
|
18
|
+
- An XreplyAI account (get your JWT token from Settings)
|
|
19
19
|
|
|
20
20
|
## Setup
|
|
21
21
|
|
|
22
22
|
### Get your token
|
|
23
23
|
|
|
24
|
-
Sign in to [
|
|
24
|
+
Sign in to [XreplyAI](https://xreply.ai), go to **Settings**, and copy your API token.
|
|
25
25
|
|
|
26
26
|
### Claude Desktop
|
|
27
27
|
|
|
@@ -123,7 +123,7 @@ Add to `~/.codeium/windsurf/mcp_config.json`:
|
|
|
123
123
|
|
|
124
124
|
```
|
|
125
125
|
1. xreply_viral_library (niche: "saas") — find inspiration
|
|
126
|
-
2. xreply_posts_generate_batch (category: "
|
|
126
|
+
2. xreply_posts_generate_batch (category: "personalized", count: 7) — generate 7 posts
|
|
127
127
|
3. xreply_posts_create — save the ones you like
|
|
128
128
|
4. xreply_posts_edit (id: X, scheduled_at: "2026-03-10T09:00:00Z") — schedule each
|
|
129
129
|
```
|
|
@@ -140,7 +140,7 @@ Add to `~/.codeium/windsurf/mcp_config.json`:
|
|
|
140
140
|
|
|
141
141
|
| Variable | Required | Default | Description |
|
|
142
142
|
|----------|----------|---------|-------------|
|
|
143
|
-
| `XREPLY_TOKEN` | Yes | — | Your
|
|
143
|
+
| `XREPLY_TOKEN` | Yes | — | Your XreplyAI JWT token |
|
|
144
144
|
| `XREPLY_API_URL` | No | `https://x-reply-ai-backend.onrender.com` | Override API base URL |
|
|
145
145
|
|
|
146
146
|
## Development
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xreplyai/mcp",
|
|
3
|
-
"version": "0.
|
|
4
|
-
"description": "MCP server for
|
|
3
|
+
"version": "0.2.1",
|
|
4
|
+
"description": "MCP server for XreplyAI — voice-aware post generation, viral library, and post management",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
7
7
|
"xreplyai-mcp": "./dist/index.js"
|