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.1.tar.gz (64.0 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.1-py3-none-any.whl (16.6 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: voispark_mcp-0.0.1.tar.gz
  • Upload date:
  • Size: 64.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.7.4

File hashes

Hashes for voispark_mcp-0.0.1.tar.gz
Algorithm Hash digest
SHA256 e3b07ce1ace53b4abc70466dab28e743f9132a3a6ef1363cac9a03069246db0e
MD5 beedb25fe92df0a7a054f80af4ee9192
BLAKE2b-256 22235350e7cba978c4c3e6b4ff494e0e85420956b369187ce1b76876fafd2a9b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for voispark_mcp-0.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 3dfcd43bfe2e64675b7ba6e08595ba80a9a502f1fc4256604379f76ac0b4a003
MD5 9e2c54798105d7853aad50fa39afebc0
BLAKE2b-256 afe6a56cb8ff88c7791ef58d0a06ac00cca12ad04bf22023d8804da523c7bbd4

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