@mixio-pro/kalaasetu-mcp 1.0.1-beta → 1.0.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 +13 -156
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -2,12 +2,6 @@
|
|
|
2
2
|
|
|
3
3
|
Kalaasetu MCP Server - A powerful Model Context Protocol server providing various AI tools for content generation and analysis.
|
|
4
4
|
|
|
5
|
-
## Quick Start
|
|
6
|
-
|
|
7
|
-
```bash
|
|
8
|
-
npx @mixio-pro/kalaasetu-mcp@latest
|
|
9
|
-
```
|
|
10
|
-
|
|
11
5
|
## Features
|
|
12
6
|
|
|
13
7
|
### 🎨 Gemini Tools
|
|
@@ -30,127 +24,12 @@ npx @mixio-pro/kalaasetu-mcp@latest
|
|
|
30
24
|
|
|
31
25
|
## Installation
|
|
32
26
|
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
Run directly without installation:
|
|
36
|
-
|
|
37
|
-
```bash
|
|
38
|
-
npx @mixio-pro/kalaasetu-mcp@latest
|
|
39
|
-
```
|
|
40
|
-
|
|
41
|
-
### Global Installation
|
|
42
|
-
|
|
43
|
-
```bash
|
|
44
|
-
npm install -g @mixio-pro/kalaasetu-mcp
|
|
45
|
-
kalaasetu-mcp
|
|
46
|
-
```
|
|
47
|
-
|
|
48
|
-
### Local Development
|
|
49
|
-
|
|
50
|
-
To install dependencies for local development:
|
|
27
|
+
To install dependencies:
|
|
51
28
|
|
|
52
29
|
```bash
|
|
53
30
|
bun install
|
|
54
31
|
```
|
|
55
32
|
|
|
56
|
-
## MCP Client Configuration
|
|
57
|
-
|
|
58
|
-
### Cursor IDE
|
|
59
|
-
|
|
60
|
-
Add to your Cursor settings (`~/.cursor/config.json` or via Settings → MCP):
|
|
61
|
-
|
|
62
|
-
```json
|
|
63
|
-
{
|
|
64
|
-
"mcpServers": {
|
|
65
|
-
"kalaasetu": {
|
|
66
|
-
"command": "npx",
|
|
67
|
-
"args": ["@mixio-pro/kalaasetu-mcp@latest"],
|
|
68
|
-
"env": {
|
|
69
|
-
"GEMINI_API_KEY": "your-gemini-api-key",
|
|
70
|
-
"FAL_KEY": "your-fal-api-key",
|
|
71
|
-
"PERPLEXITY_API_KEY": "your-perplexity-api-key",
|
|
72
|
-
"GOOGLE_APPLICATION_CREDENTIALS": "/path/to/your/gcp-credentials.json"
|
|
73
|
-
}
|
|
74
|
-
}
|
|
75
|
-
}
|
|
76
|
-
}
|
|
77
|
-
```
|
|
78
|
-
|
|
79
|
-
### OpenCode IDE
|
|
80
|
-
|
|
81
|
-
Add to your OpenCode MCP configuration:
|
|
82
|
-
|
|
83
|
-
```json
|
|
84
|
-
{
|
|
85
|
-
"mcpServers": {
|
|
86
|
-
"kalaasetu": {
|
|
87
|
-
"type": "local",
|
|
88
|
-
"command": ["npx", "@mixio-pro/kalaasetu-mcp@latest"],
|
|
89
|
-
"env": {
|
|
90
|
-
"GEMINI_API_KEY": "your-gemini-api-key",
|
|
91
|
-
"FAL_KEY": "your-fal-api-key",
|
|
92
|
-
"PERPLEXITY_API_KEY": "your-perplexity-api-key",
|
|
93
|
-
"GOOGLE_APPLICATION_CREDENTIALS": "/path/to/your/gcp-credentials.json"
|
|
94
|
-
}
|
|
95
|
-
}
|
|
96
|
-
}
|
|
97
|
-
}
|
|
98
|
-
```
|
|
99
|
-
|
|
100
|
-
### Claude Desktop
|
|
101
|
-
|
|
102
|
-
Add to your Claude Desktop configuration (`~/Library/Application Support/Claude/claude_desktop_config.json` on macOS):
|
|
103
|
-
|
|
104
|
-
```json
|
|
105
|
-
{
|
|
106
|
-
"mcpServers": {
|
|
107
|
-
"kalaasetu": {
|
|
108
|
-
"command": "npx",
|
|
109
|
-
"args": ["@mixio-pro/kalaasetu-mcp@latest"],
|
|
110
|
-
"env": {
|
|
111
|
-
"GEMINI_API_KEY": "your-gemini-api-key",
|
|
112
|
-
"FAL_KEY": "your-fal-api-key",
|
|
113
|
-
"PERPLEXITY_API_KEY": "your-perplexity-api-key",
|
|
114
|
-
"GOOGLE_APPLICATION_CREDENTIALS": "/path/to/your/gcp-credentials.json"
|
|
115
|
-
}
|
|
116
|
-
}
|
|
117
|
-
}
|
|
118
|
-
}
|
|
119
|
-
```
|
|
120
|
-
|
|
121
|
-
## Environment Variables
|
|
122
|
-
|
|
123
|
-
### Required API Keys
|
|
124
|
-
|
|
125
|
-
| Variable | Description | Get API Key |
|
|
126
|
-
|----------|-------------|-------------|
|
|
127
|
-
| `GEMINI_API_KEY` | For Gemini image generation, TTS, and video analysis | [Google AI Studio](https://aistudio.google.com/app/apikey) |
|
|
128
|
-
| `FAL_KEY` | For Infinitalk and Hunyuan Avatar tools | [FAL AI](https://fal.ai/dashboard/keys) |
|
|
129
|
-
| `PERPLEXITY_API_KEY` | For image and video search | [Perplexity API](https://www.perplexity.ai/settings/api) |
|
|
130
|
-
| `GOOGLE_APPLICATION_CREDENTIALS` | For Vertex AI Image-to-Video (Veo) | [GCP Console](https://console.cloud.google.com/apis/credentials) |
|
|
131
|
-
|
|
132
|
-
### Setting Environment Variables
|
|
133
|
-
|
|
134
|
-
#### For Command Line Usage
|
|
135
|
-
|
|
136
|
-
```bash
|
|
137
|
-
# macOS/Linux
|
|
138
|
-
export GEMINI_API_KEY="your-gemini-api-key"
|
|
139
|
-
export FAL_KEY="your-fal-api-key"
|
|
140
|
-
export PERPLEXITY_API_KEY="your-perplexity-api-key"
|
|
141
|
-
export GOOGLE_APPLICATION_CREDENTIALS="/path/to/your/gcp-credentials.json"
|
|
142
|
-
|
|
143
|
-
# Windows (PowerShell)
|
|
144
|
-
$env:GEMINI_API_KEY="your-gemini-api-key"
|
|
145
|
-
$env:FAL_KEY="your-fal-api-key"
|
|
146
|
-
$env:PERPLEXITY_API_KEY="your-perplexity-api-key"
|
|
147
|
-
$env:GOOGLE_APPLICATION_CREDENTIALS="C:\path\to\your\gcp-credentials.json"
|
|
148
|
-
```
|
|
149
|
-
|
|
150
|
-
#### For MCP Clients
|
|
151
|
-
|
|
152
|
-
Set the environment variables in your MCP client configuration as shown in the examples above.
|
|
153
|
-
|
|
154
33
|
## Configuration
|
|
155
34
|
|
|
156
35
|
Set up the required API keys as environment variables:
|
|
@@ -169,27 +48,17 @@ export PERPLEXITY_API_KEY="your-perplexity-api-key"
|
|
|
169
48
|
|
|
170
49
|
## Running the Server
|
|
171
50
|
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
To run the server locally:
|
|
175
|
-
|
|
176
|
-
```bash
|
|
177
|
-
bun run src/index.ts
|
|
178
|
-
```
|
|
179
|
-
|
|
180
|
-
Or with auto-reload:
|
|
51
|
+
To run:
|
|
181
52
|
|
|
182
53
|
```bash
|
|
183
|
-
bun run
|
|
54
|
+
bun run index.ts
|
|
184
55
|
```
|
|
185
56
|
|
|
186
|
-
##
|
|
187
|
-
|
|
188
|
-
### Infinitalk
|
|
57
|
+
## Tool: Infinitalk
|
|
189
58
|
|
|
190
59
|
Generate talking avatar videos from images and audio using FAL AI's Infinitalk model.
|
|
191
60
|
|
|
192
|
-
|
|
61
|
+
### Parameters
|
|
193
62
|
|
|
194
63
|
- `image_url` (required): URL of the input image
|
|
195
64
|
- `audio_url` (required): URL of the audio file for lip-sync
|
|
@@ -198,8 +67,9 @@ Generate talking avatar videos from images and audio using FAL AI's Infinitalk m
|
|
|
198
67
|
- `resolution` (optional): Video resolution - "480p" or "720p" (default: "480p")
|
|
199
68
|
- `seed` (optional): Random seed for reproducibility (default: 42)
|
|
200
69
|
- `acceleration` (optional): Generation speed - "none", "regular", or "high" (default: "regular")
|
|
70
|
+
- `fal_key` (optional): FAL API key (uses FAL_KEY env var if not provided)
|
|
201
71
|
|
|
202
|
-
|
|
72
|
+
### Example Usage
|
|
203
73
|
|
|
204
74
|
```json
|
|
205
75
|
{
|
|
@@ -211,11 +81,11 @@ Generate talking avatar videos from images and audio using FAL AI's Infinitalk m
|
|
|
211
81
|
}
|
|
212
82
|
```
|
|
213
83
|
|
|
214
|
-
|
|
84
|
+
## Tool: Perplexity Images
|
|
215
85
|
|
|
216
86
|
Search for images using Perplexity AI with advanced filtering options.
|
|
217
87
|
|
|
218
|
-
|
|
88
|
+
### Parameters
|
|
219
89
|
|
|
220
90
|
- `query` (required): The search query for images
|
|
221
91
|
- `image_domain_filter` (optional): Array of domains to include or exclude (prefix with '-' to exclude)
|
|
@@ -223,7 +93,7 @@ Search for images using Perplexity AI with advanced filtering options.
|
|
|
223
93
|
- `image_format_filter` (optional): Array of allowed image formats
|
|
224
94
|
- Example: `["jpg", "png", "gif"]`
|
|
225
95
|
|
|
226
|
-
|
|
96
|
+
### Example Usage
|
|
227
97
|
|
|
228
98
|
```json
|
|
229
99
|
{
|
|
@@ -233,17 +103,17 @@ Search for images using Perplexity AI with advanced filtering options.
|
|
|
233
103
|
}
|
|
234
104
|
```
|
|
235
105
|
|
|
236
|
-
|
|
106
|
+
## Tool: Perplexity Videos
|
|
237
107
|
|
|
238
108
|
Search for videos using Perplexity AI with domain filtering.
|
|
239
109
|
|
|
240
|
-
|
|
110
|
+
### Parameters
|
|
241
111
|
|
|
242
112
|
- `query` (required): The search query for videos
|
|
243
113
|
- `search_domain_filter` (optional): Array of domains to limit search (use '-' prefix to exclude)
|
|
244
114
|
- Example: `["youtube.com"]` or `["-tiktok.com"]`
|
|
245
115
|
|
|
246
|
-
|
|
116
|
+
### Example Usage
|
|
247
117
|
|
|
248
118
|
```json
|
|
249
119
|
{
|
|
@@ -252,19 +122,6 @@ Search for videos using Perplexity AI with domain filtering.
|
|
|
252
122
|
}
|
|
253
123
|
```
|
|
254
124
|
|
|
255
|
-
## Testing
|
|
256
|
-
|
|
257
|
-
You can test the MCP server using the MCP Inspector:
|
|
258
|
-
|
|
259
|
-
```bash
|
|
260
|
-
npx @modelcontextprotocol/inspector npx @mixio-pro/kalaasetu-mcp@latest
|
|
261
|
-
```
|
|
262
|
-
|
|
263
|
-
## Requirements
|
|
264
|
-
|
|
265
|
-
- **Bun**: This package requires Bun runtime. Install from [bun.sh](https://bun.sh)
|
|
266
|
-
- **API Keys**: Obtain the necessary API keys from the providers listed above
|
|
267
|
-
|
|
268
125
|
## Project Info
|
|
269
126
|
|
|
270
127
|
This project was created using `bun init` in bun v1.3.1. [Bun](https://bun.com) is a fast all-in-one JavaScript runtime.
|
package/package.json
CHANGED