Content
# TWSE MCP Server
### GitHub
```json
{
"mcpServers": {
"twsemcp": {
"command": "uvx",
"args": [
"--from",
"git+https://github.com/narumiruna/twse-mcp",
"twsemcp"
]
}
}
}
```
### Local
```json
{
"mcpServers": {
"twsemcp": {
"command": "uv",
"args": [
"run",
"--directory",
"/home/<user>/workspace/twse-mcp",
"twsemcp"
]
}
}
}
```
Connection Info
You Might Also Like
markitdown
MarkItDown-MCP is a lightweight server for converting URIs to Markdown.
servers
Model Context Protocol Servers
Time
A Model Context Protocol server for time and timezone conversions.
everything-claude-code
Complete Claude Code configuration collection - agents, skills, hooks,...
Filesystem
Node.js MCP Server for filesystem operations with dynamic access control.
Sequential Thinking
A structured MCP server for dynamic problem-solving and reflective thinking.