Metadata-Version: 2.4
Name: talk-to-pc-mcp
Version: 0.1.1
Summary: MCP Server for PC system management and troubleshooting using natural language
Home-page: https://github.com/Irene-123/talk-to-your-pc-mcp-server
Author: Irene-123
Author-email: kirtipurohit025@gmail.com
Project-URL: Bug Reports, https://github.com/Irene-123/talk-to-your-pc-mcp-server/issues
Project-URL: Source, https://github.com/Irene-123/talk-to-your-pc-mcp-server
Project-URL: Documentation, https://github.com/Irene-123/talk-to-your-pc-mcp-server/blob/main/README.md
Project-URL: Changelog, https://github.com/Irene-123/talk-to-your-pc-mcp-server/releases
Keywords: mcp,model-context-protocol,ai,assistant,system-administration,troubleshooting,claude,openai,pc-control,automation,chatgpt
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: System :: Systems Administration
Classifier: Topic :: Communications :: Chat
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: mcp>=0.1.0
Requires-Dist: openai>=1.0.0
Requires-Dist: anthropic>=0.7.0
Requires-Dist: python-dotenv>=1.0.0
Provides-Extra: dev
Requires-Dist: pytest>=7.0.0; extra == "dev"
Requires-Dist: pytest-asyncio>=0.21.0; extra == "dev"
Requires-Dist: black>=23.0.0; extra == "dev"
Requires-Dist: isort>=5.12.0; extra == "dev"
Requires-Dist: flake8>=6.0.0; extra == "dev"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: license-file
Dynamic: project-url
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# Talk to Your PC - MCP Server

🖥️ **Control and troubleshoot your PC using natural language through Claude, ChatGPT, or any MCP-compatible AI assistant.**

## Features

- 🔍 **System Diagnosis** - Find what's wrong with your computer
- ⚙️ **PC Settings** - Check volume, WiFi, battery, and more
- 🛠️ **Troubleshooting** - Fix common system issues
- 🌐 **Cross-Platform** - Works on Windows, macOS, and Linux
- 🤖 **Multiple LLMs** - Supports OpenAI, Claude, and Azure OpenAI

## Quick Start

### 1. Install
```bash
pip install talk-to-pc-mcp
