@omnisocials/mcp-server 1.2.0 → 1.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 +12 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -4,10 +4,20 @@ MCP (Model Context Protocol) server for the [OmniSocials](https://omnisocials.co
|
|
|
4
4
|
|
|
5
5
|
## Prerequisites
|
|
6
6
|
|
|
7
|
-
- Node.js 18+
|
|
8
7
|
- An OmniSocials API key (get one from **Settings > API** in the app)
|
|
8
|
+
- Node.js 18+ (only if using the npm package locally)
|
|
9
9
|
|
|
10
|
-
##
|
|
10
|
+
## Remote MCP URL (no install)
|
|
11
|
+
|
|
12
|
+
For clients that support remote MCP over HTTP (claude.ai, ChatGPT, Notion, OpenClaw):
|
|
13
|
+
|
|
14
|
+
```
|
|
15
|
+
https://mcp.omnisocials.com?API_KEY=omsk_live_your_key_here
|
|
16
|
+
```
|
|
17
|
+
|
|
18
|
+
No installation needed. Paste this URL into your client's MCP settings.
|
|
19
|
+
|
|
20
|
+
## Local Setup (npm package)
|
|
11
21
|
|
|
12
22
|
### Claude Code
|
|
13
23
|
|
package/package.json
CHANGED