Skip to main content

A Model Context Protocol (MCP) project for VoiSpark.

Project description

Voispark MCP Server

Overview

A Model Context Protocol (MCP) server implementation for Voispark, enabling advanced AI-powered voice and language capabilities. This server allows interaction with Voispark services for tasks such as speech analysis, speech synthesis, and more.

Components

Resources

Prompts

Tools

Usage with Client Applications (e.g., Claude Desktop)

To integrate this server with a client application, configure the client to run this MCP server.

Using uv (recommended for local development)

Add the following to your client's server configuration (e.g., claude_desktop_config.json):

{
  "mcpServers": {
    "voispark": {
      "command": "uvx",
      "args": ["voispark_mcp"],
      "env": {
        "VOISPARK_API_KEY": "<YOUR_API_KEY>"
      }
    }
  }
}

Usage with VS Code

For quick installation, you can adapt the VS Code MCP installation methods. (The following are conceptual examples and would need actual redirect URLs for Voispark MCP if you create them.)

For manual installation, add the following JSON block to your User Settings (JSON) file in VS Code (Ctrl + Shift + P -> Preferences: Open User Settings (JSON)) or to a .vscode/mcp.json file in your workspace.

Using uvx (for executing installed package)

{
  "mcp": {
    "servers": {
      "voispark": {
        "command": "uvx",
        "args": ["voispark_mcp"],
        "env": {
        "VOISPARK_API_KEY": "<YOUR_API_KEY>"
        }
      }
    }
  }
}

Building

Local Package

Your package is built/installed when you run:

uv pip install -e .

Test with MCP Inspector

Ensure you have mcp[cli] installed in your environment. You can add it with uv pip install "mcp[cli]".

Run the MCP inspector pointing to your server's wrapper:

mcp dev app/main.py

Contributing

We encourage contributions to help expand and improve voispark_mcp. Whether you want to add new time-related tools, enhance existing functionality, or improve documentation, your input is valuable.

For examples of other MCP servers and implementation patterns, see: https://github.com/modelcontextprotocol/servers

Pull requests are welcome! Feel free to contribute new ideas, bug fixes, or enhancements to make voispark_mcp even more powerful and useful.

License

This MCP server is licensed under the MIT License. This means you are free to use, modify, and distribute the software, subject to the terms and conditions of the MIT License. For more details, please see the LICENSE file if one exists in the project repository.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

voispark_mcp-0.0.2.tar.gz (59.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

voispark_mcp-0.0.2-py3-none-any.whl (20.0 kB view details)

Uploaded Python 3

File details

Details for the file voispark_mcp-0.0.2.tar.gz.

File metadata

  • Download URL: voispark_mcp-0.0.2.tar.gz
  • Upload date:
  • Size: 59.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.7.9

File hashes

Hashes for voispark_mcp-0.0.2.tar.gz
Algorithm Hash digest
SHA256 ac256296d8c128aa0b2a07f3bcad5abba1c9ba4ff753dbf076f6a98b8ac76fc9
MD5 22f45a201ccc0355726e7728ec575caf
BLAKE2b-256 c8c18d9a854e3f055575659850752957e1d511631664e290d82d7a2ab2b3cd8f

See more details on using hashes here.

File details

Details for the file voispark_mcp-0.0.2-py3-none-any.whl.

File metadata

File hashes

Hashes for voispark_mcp-0.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 8b5013d647755cfa0945640fad5a34529ca7afdfd38bfe5c1afd601a7cf69037
MD5 9bea9341b3859c57239cfe52c53341e8
BLAKE2b-256 1e8c2f1cf8a15a432261e3c68262e4a0833b35b1b5d7ddd0a9a0a91c843cdd30

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page